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
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?