On Mon, Sep 28, 2009 at 2:59 AM, Jibo John <jiboj...@mac.com> wrote: > Additionally, I get the same exception even if I declare the <mergePolicy> > in the <mainIndex>. > > <mainIndex> > <mergePolicy class="org.apache.lucene.index.LogByteSizeMergePolicy"> > <boolean name="calibrateSizeByDeletes">true</boolean> > </mergePolicy> > </mainIndex> >
That should be <bool> instead of <boolean> -- Regards, Shalin Shekhar Mangar.