Uses of Class
org.apache.lucene.search.DocIdSet
Packages that use DocIdSet
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Faceted search.
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.codecs
Fields in org.apache.lucene.codecs declared as DocIdSetModifier and TypeFieldDescriptionprivate final DocIdSet
BufferingKnnVectorsWriter.BufferedByteVectorValues.docsWithField
private final DocIdSet
BufferingKnnVectorsWriter.BufferedFloatVectorValues.docsWithField
Constructors in org.apache.lucene.codecs with parameters of type DocIdSetModifierConstructorDescription(package private)
BufferedByteVectorValues
(List<byte[]> vectors, int dimension, DocIdSet docsWithField) (package private)
BufferedFloatVectorValues
(List<float[]> vectors, int dimension, DocIdSet docsWithField) -
Uses of DocIdSet in org.apache.lucene.facet
Fields in org.apache.lucene.facet declared as DocIdSetModifier and TypeFieldDescriptionprivate final DocIdSet
FacetsCollector.MatchingDocs.bits
The field for thebits
record component.Methods in org.apache.lucene.facet that return DocIdSetModifier and TypeMethodDescriptionFacetsCollector.MatchingDocs.bits()
Returns the value of thebits
record component.Constructors in org.apache.lucene.facet with parameters of type DocIdSetModifierConstructorDescriptionMatchingDocs
(LeafReaderContext context, DocIdSet bits, int totalHits, float[] scores) Creates an instance of aMatchingDocs
record class. -
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 DocIdSetModifier and TypeFieldDescriptionprivate final DocIdSet
LRUQueryCache.CacheAndCount.cache
static final DocIdSet
DocIdSet.EMPTY
An emptyDocIdSet
instanceMethods in org.apache.lucene.search that return DocIdSetModifier and TypeMethodDescriptionstatic DocIdSet
DocIdSet.all
(int maxDoc) ADocIdSet
that 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 class
final class
class
DocIdSet
implementation inspired from http://roaringbitmap.org/private static class
DocIdSet
implementation 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.docIdSets
private final DocIdSet
NotDocIdSet.in
private final DocIdSet[]
RoaringDocIdSet.Builder.sets
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 DocIdSetModifierConstructorDescriptionNotDocIdSet
(int maxDoc, DocIdSet in) Sole constructor.private
RoaringDocIdSet
(DocIdSet[] docIdSets, int cardinality)