C# (CSharp) Lucene.Net.Search BitsFilteredDocIdSet - 4 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Search.BitsFilteredDocIdSet extracted from open source projects. You can rate examples to help us improve the quality of examples.
this implementation supplies a filtered DocIdSet, that excludes all docids which are not in a Bits instance. this is especially useful in Lucene.Net.Search.Filter to apply the {@code acceptDocs} passed to {@code getDocIdSet()} before returning the final DocIdSet.