Lucene commit

2016-08-21 Thread Paul Masurel
Hi, If I understand correctly, Lucene indexing threads are working on their own individual segment. When a thread has enough documents in its segment, it flushes it on disc and starts a new one. But segments are only searchable when they are commited. Now my question is, wouldn't it be nice to be

Re: Lucene commit

2016-08-22 Thread Paul Masurel
ards, > Christoph > > > Am 22.08.2016 um 08:31 schrieb Paul Masurel: > >> Hi, >> >> If I understand correctly, Lucene indexing threads are working on their >> own >> individual segment. >> When a thread has enough documents in its segment, it flush