No, I am merging any index at all. Just want to know how much faster than non optimized index. And how to do that. Also, want to know exactly what the compound format optimization and standard format one. Here is the part of solrconfig.xml file which mentions Optimization.
<!-- A postOptimize event is fired only after every optimize command, useful in conjunction with index distribution to only distribute optimized indicies --> <!-- <listener event="postOptimize" class="solr.RunExecutableListener"> <str name="exe">snapshooter</str> <str name="dir">solr/bin</str> <bool name="wait">true</bool> </listener> How can I use "optimize" commend? Is it option of post.jar ? Thanks, On 8/8/07, Stu Hood <[EMAIL PROTECTED]> wrote: > > > > 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 >