You don't need to commit from each thread, you can definitely commit when
all threads are done. In general, you should commit only when you want to
ensure the data is "safe" on disk.

Shai


On Wed, May 21, 2014 at 2:58 PM, andi rexha <a_re...@hotmail.com> wrote:

> Hi!
> I have a question about multi-thread indexing. When I perform a
> Multi-thread indexing, should I commit from each thread that I add
> documents or the commit should be done only when all the threads are done
> with their indexing task?
>
> Thank you!
>

Reply via email to