Uses of Class
org.apache.lucene.search.DocIdSet
Packages that use DocIdSet
Package
Description
Code to maintain and access indices.
Code to search indices.
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 DocIdSetMethods 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.util
Subclasses of DocIdSet in org.apache.lucene.utilModifier and TypeClassDescriptionclassfinal classclassDocIdSetimplementation inspired from http://roaringbitmap.org/Methods 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 DocIdSet