Re: How to reduce the Solr index size..

2009-08-27 Thread Glen Newton
2009/8/27 Fuad Efendi : > stored="true" means that this piece of info will be stored in a filesystem. > So that your index will contain 1Mb of pure log PLUS some info related to > indexing itself: terms, etc. > > Search speed is more important than index size... Not if you run out of space for the

RE: How to reduce the Solr index size..

2009-08-27 Thread Fuad Efendi
stored="true" means that this piece of info will be stored in a filesystem. So that your index will contain 1Mb of pure log PLUS some info related to indexing itself: terms, etc. Search speed is more important than index size... And note this: message field contains actual log, stored="true", so

Re: How to reduce the Solr index size..

2009-08-20 Thread Grant Ingersoll
On Aug 20, 2009, at 11:00 AM, Silent Surfer wrote: Hi, I am newbie to Solr. We recently started using Solr. We are using Solr to process the server logs. We are creating the indexes for each line of the logs, so that users would be able to do a fine grain search upto second/ms. Now what