Re: Does lucene support distributed indexing?

2008-06-12 Thread Adrian Tarau
I've started an year ago a different implementation of ParallelMultiSearcher using a ThreadPoolExecutor where everything is parallelized. Unfortunately, I had to interrupt this and work on something else, but this month I'll start working again. Right now there are some dependencies so it cannot b

Re: Lucene & Transactional semantics

2008-06-17 Thread Adrian Tarau
I had the same problem, so one year ago I implemented transactions on top of Lucene(I had an idea how to do it, but I also peeked a little bit in Compass sources). Basically I create a new index every time when a new transaction is started and this new index is made visible if commit is successful