C# (CSharp) Lucene.Net.Search BitsFilteredDocIdSet - 4 примера найдено. Это лучшие примеры C# (CSharp) кода для Lucene.Net.Search.BitsFilteredDocIdSet, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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.