Call IW.commit on a periodic basis, e.g. every N (!= 1) docs, or every M
bytes or something?
Mike McCandless
http://blog.mikemccandless.com
On Wed, Jul 6, 2016 at 1:57 PM, Desteny Child wrote:
> Hi!
>
> In my Spring/Lucene application I'm using Lucene IndexWriter,
> TrackingIndexWriter, Search
Hi!
In my Spring/Lucene application I'm using Lucene IndexWriter,
TrackingIndexWriter, SearcherManager and ControlledRealTimeReopenThread.
I use open mode - IndexWriterConfig.OpenMode.CREATE_OR_APPEND.
Right now I'm trying to index a thousands of a documents. For this purpose
I have added Apache