Re: running optimize on master

2011-02-10 Thread Erick Erickson
; > Or after the build, there's only 1 segment. > > thanks, > > Tri > > > > > > From: Erick Erickson > To: solr-user@lucene.apache.org > Sent: Thu, February 10, 2011 5:08:44 PM > Subject: Re: running optimize on maste

Re: running optimize on master

2011-02-10 Thread Tri Nguyen
Does optimize merge all segments into 1 segment on the master after the build? Or after the build, there's only 1 segment. thanks, Tri From: Erick Erickson To: solr-user@lucene.apache.org Sent: Thu, February 10, 2011 5:08:44 PM Subject: Re: running opt

Re: running optimize on master

2011-02-10 Thread Erick Erickson
Optimizing isn't necessary in your scenario, as you don't delete documents and rebuild the whole thing each time anyway. As for faster searches, this has been largely been made obsolete by recent changes in how indexes are built in the first place. Especially as you can build your index in an hour