Re: [CLucene-dev] Multithreaded write and search

2010-04-23 Thread Veit Jahns
Hi Itamar! 2010/4/16 Itamar Syn-Hershko ita...@divrei-tora.com: Apparently Ben has been working on the same issues on his branch. I applied your patches along with his work, plus some more cleanup, into the atomicthreads branch. Unfortunately, while it compiles and runs perfectly well on

[CLucene-dev] Multithreaded write and search

2010-03-19 Thread Veit Jahns
Dear all, in our application we have several threads writing and searching on the index. Writing and searching isn't a problem as long the IndexSearcher isn't updated,i.e. deleting the old and creating a new IndexSearcher. But if the IndexSearcher is updated, then the application crashes. Not