While we're on the subject of optimizing: Are there any benefits to optimizing an index before merging it into another index?
Thanks, Stu -----Original Message----- From: Mike Klaas <[EMAIL PROTECTED]> Sent: Wed, August 8, 2007 5:16 pm To: solr-user@lucene.apache.org Subject: Re: Optimize index On 8-Aug-07, at 2:09 PM, Jae Joo wrote: > How about standformat optimizion? > Jae Optimized indexes are always faster at query time that their non- optimized counterparts. Sometimes significantly so. -Mike