Bill, per segments search does not replace index optimisation neither it prevents the performance degrade if your number of segments is increasing. Depending on how your index changes it can give you a performance improvement when reopening the index and it will certainly prevent one or another GC if a segment did not change since last opened. This will improve the overall performance but the general query performance will not be improved by per seg. search.
simon On Thu, Oct 22, 2009 at 5:31 AM, Bill Au <bill.w...@gmail.com> wrote: > Since Lucene 2.9 has per segment searching/caching, does query performance > degrade less than before (2.9) as more segments are added to the index? > Bill > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org