Re: How to optimize solr indexes

2011-07-01 Thread kenf_nc
I believe that is not a setting, it's not telling you that you have 'optimize turned on' it's a state, your index is currently optimized. If you index a new document or delete an existing document, and don't issue an optimize command, then your index should be optimize=false. -- View this message

Re: How to optimize solr indexes

2011-06-30 Thread Romi
when i run as : deltaimport?command=delta-import&optimize=false But i am still getting optimize=true when i look at admin console which is in my original post - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-optimize-solr-indexes-tp3125293p3

Re: How to optimize solr indexes

2011-06-30 Thread Ahmet Arslan
--- On Thu, 6/30/11, Romi wrote: > From: Romi > Subject: Re: How to optimize solr indexes > To: solr-user@lucene.apache.org > Date: Thursday, June 30, 2011, 3:01 PM > and if i want to set it as > optimize=false then what i need to do ?? When calling import, use dataim

Re: How to optimize solr indexes

2011-06-30 Thread Romi
and if i want to set it as optimize=false then what i need to do ?? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-optimize-solr-indexes-tp3125293p3125474.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to optimize solr indexes

2011-06-30 Thread Ahmet Arslan
> when i run solr/admin page i got this > information, it shows optimize=true, > but i have not set optimize=true in configuration file than > how it is > optimizing the indexes. and how can i set it to false then > . > > > /Schema Information > >     Unique Key: UID_PK > >     Default Search F