Re: Synchronous Lucene index update tests occasionally fail

2016-06-27 Thread Baskakov Daniel
n to a small standalone test case showing the issue? > > Mike McCandless > > http://blog.mikemccandless.com > > On Mon, Jun 27, 2016 at 4:03 AM, Baskakov Daniel wrote: > >> Thank you Mike. >> >> Commit is performed after each indexing op in unit tests only: >> >> pub

Re: Synchronous Lucene index update tests occasionally fail

2016-06-27 Thread Baskakov Daniel
the resulting reopened reader will reflect your index changes. > > Mike McCandless > > http://blog.mikemccandless.com > > On Thu, Jun 23, 2016 at 7:47 AM, Baskakov Daniel wrote: > >> Originally i've posted the question at stackoverflow.com but without any >> rep

Synchronous Lucene index update tests occasionally fail

2016-06-23 Thread Baskakov Daniel
Originally i've posted the question at stackoverflow.com but without any reply. So I hope someone can help me in the official list. I'm testing that dynamic changes of the domain model reflects at the Lucene index. Special event listeners (synchronous, no multithreading here) are executed when the