Hi Everyone, I wanted to know what classes to look for in the lucene source code, if I want to omit certain documents while searching for a particular keyword based query. I saw the bulkScorer class, but couldn't understand the competitive iterator stuff. How does Lucene terminate the search early using the bulkScorer, etc.
It will be great if someone can help me with this. Thank you. Regards