009 8:01:19 PM
Subject: Re: Minimum HD usage during an optimize() call
In fact the documentation is wrong.
With autoCommit=false (I assume you used that?) the usage will peak at
3X, because the writer keeps the initial index "alive" exactly as an
open reader would do.
I'll fix the
In fact the documentation is wrong.
With autoCommit=false (I assume you used that?) the usage will peak at
3X, because the writer keeps the initial index "alive" exactly as an
open reader would do.
I'll fix the docs.
Mike
On Mon, Mar 30, 2009 at 1:09 PM, Lebiram wrote:
> Hi all,
>
> I was tryi
Hi all,
I was trying to determine if the documentation for optimize() is true:
http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/index/IndexWriter.html#optimize()
Testing was done using Lucene 2.4
I basically have 2 lucene index,
Index A) one with no Searcher open during optimize