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 class
Accumulator 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 DocIdSet
DocIdSet.all
(int maxDoc) Deprecated.no longer needed since Query and Filter were mergedConstructors 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 TypeClassDescriptionclass
final class
class
DocIdSet
implementation inspired from http://roaringbitmap.org/Methods in org.apache.lucene.util that return DocIdSetModifier and TypeMethodDescriptionDocIdSetBuilder.build()
Build aDocIdSet
from the accumulated doc IDs.Constructors in org.apache.lucene.util with parameters of type DocIdSet