addIndexes and MultiReader search consistency

2013-10-25 Thread Ravikumar Govindarajan
Hi, Currently we merge 2 indexes using iw.addIndexes(idxReaders), where the same call will be made in batches of 10 readers Our requirement is to make this addIndex call consistent. That is, during this merge-time, searches using a MultiReader should not return duplicate documents[docs currently

Re: Lucene in-memory index

2013-10-25 Thread Igor Shalyminov
What is ProxBooleanTermQuery? I couldn't find it in the trunk and in that ticket's (https://issues.apache.org/jira/browse/LUCENE-2878) patch. And for now it's very fuzzy to me how the searching/scoring works. Are there any tutorials or talks on how do Queries, Scorers, Collectors interoperate?