Uses of Class
org.apache.lucene.search.DocIdSet
-
Packages that use DocIdSet Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.util Some utility classes. -
-
Uses of DocIdSet in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DocIdSet Modifier and Type Field Description static DocIdSetDocIdSet. EMPTYAn emptyDocIdSetinstanceConstructors in org.apache.lucene.search with parameters of type DocIdSet Constructor Description CacheAndCount(DocIdSet cache, int count) -
Uses of DocIdSet in org.apache.lucene.util
Subclasses of DocIdSet in org.apache.lucene.util Modifier and Type Class Description classBitDocIdSetclassNotDocIdSetclassRoaringDocIdSetDocIdSetimplementation inspired from http://roaringbitmap.org/Methods in org.apache.lucene.util that return DocIdSet Modifier and Type Method Description DocIdSetDocIdSetBuilder. build()Build aDocIdSetfrom the accumulated doc IDs.Constructors in org.apache.lucene.util with parameters of type DocIdSet Constructor Description NotDocIdSet(int maxDoc, DocIdSet in)Sole constructor.
-