So, is compound index faster at query time? Jae -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Wednesday, August 08, 2007 4:32 PM To: solr-user@lucene.apache.org Subject: Re: Optimize index
On 8/8/07, Jae Joo <[EMAIL PROTECTED]> wrote: > Does anyone know how to optimize the index and what the difference between > compound format and stand format? Compound index format squishes almost all the files of a segment into a single file. It's slower at index time. -Yonik