Uses of Class
org.apache.lucene.search.FilteredDocIdSet

Packages that use FilteredDocIdSet
org.apache.lucene.search Code to search indices. 
 

Uses of FilteredDocIdSet in org.apache.lucene.search
 

Subclasses of FilteredDocIdSet in org.apache.lucene.search
 class BitsFilteredDocIdSet
          This implementation supplies a filtered DocIdSet, that excludes all docids which are not in a Bits instance.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.