Uses of Class
org.apache.lucene.search.DocIdSet
Packages that use DocIdSet
Package
Description
Code to maintain and access indices.
Code to search indices.
Support for index-time and query-time joins.
Some utility classes.
-
Uses of DocIdSet in org.apache.lucene.index
Subclasses of DocIdSet in org.apache.lucene.indexModifier and TypeClassDescriptionfinal classAccumulator for documents that have a value for a field. -
Uses of DocIdSet in org.apache.lucene.search
Fields in org.apache.lucene.search declared as DocIdSetModifier and TypeFieldDescriptionprivate final DocIdSetLRUQueryCache.CacheAndCount.cachestatic final DocIdSetDocIdSet.EMPTYAn emptyDocIdSetinstanceMethods in org.apache.lucene.search that return DocIdSetModifier and TypeMethodDescriptionstatic DocIdSetDocIdSet.all(int maxDoc) ADocIdSetthat matches all doc ids up to a specified doc (exclusive).Constructors in org.apache.lucene.search with parameters of type DocIdSet -
Uses of DocIdSet in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join with type parameters of type DocIdSetModifier and TypeFieldDescription(package private) final Map<IndexReader.CacheKey, DocIdSet> QueryBitSetProducer.cache -
Uses of DocIdSet in org.apache.lucene.util
Subclasses of DocIdSet in org.apache.lucene.utilModifier and TypeClassDescriptionclass(package private) final classfinal classclassDocIdSetimplementation inspired from http://roaringbitmap.org/private static classDocIdSetimplementation that can store documents up to 2^16-1 in a short[].Fields in org.apache.lucene.util declared as DocIdSetModifier and TypeFieldDescriptionprivate final DocIdSet[]RoaringDocIdSet.docIdSetsprivate final DocIdSetNotDocIdSet.inprivate final DocIdSet[]RoaringDocIdSet.Builder.setsMethods in org.apache.lucene.util that return DocIdSetModifier and TypeMethodDescriptionDocIdSetBuilder.build()Build aDocIdSetfrom the accumulated doc IDs.Constructors in org.apache.lucene.util with parameters of type DocIdSetModifierConstructorDescriptionNotDocIdSet(int maxDoc, DocIdSet in) Sole constructor.privateRoaringDocIdSet(DocIdSet[] docIdSets, int cardinality)