Uses of Class
org.apache.lucene.index.DocsWithFieldSet
Packages that use DocsWithFieldSet
Package
Description
Lucene 9.3 file format.
Code to maintain and access indices.
-
Uses of DocsWithFieldSet in org.apache.lucene.codecs.lucene94
Fields in org.apache.lucene.codecs.lucene94 declared as DocsWithFieldSetModifier and TypeFieldDescriptionprivate final DocsWithFieldSet
Lucene94HnswVectorsWriter.FieldWriter.docsWithField
Methods in org.apache.lucene.codecs.lucene94 that return DocsWithFieldSetModifier and TypeMethodDescriptionprivate static DocsWithFieldSet
Lucene94HnswVectorsWriter.writeVectorData
(IndexOutput output, VectorValues vectors, int scalarSize) Writes the vector values to the output and returns a set of documents that contains vectors.Methods in org.apache.lucene.codecs.lucene94 with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionprivate void
Lucene94HnswVectorsWriter.writeMeta
(FieldInfo field, int maxDoc, long vectorDataOffset, long vectorDataLength, long vectorIndexOffset, long vectorIndexLength, DocsWithFieldSet docsWithField, HnswGraph graph) -
Uses of DocsWithFieldSet in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocsWithFieldSetModifier and TypeFieldDescriptionprivate DocsWithFieldSet
BinaryDocValuesWriter.docsWithField
(package private) final DocsWithFieldSet
BufferingKnnVectorsWriter.BufferedVectorValues.docsWithField
private final DocsWithFieldSet
BufferingKnnVectorsWriter.FieldWriter.docsWithField
private DocsWithFieldSet
NormValuesWriter.docsWithField
private DocsWithFieldSet
NumericDocValuesWriter.docsWithField
private final DocsWithFieldSet
SortedDocValuesWriter.docsWithField
private final DocsWithFieldSet
SortedNumericDocValuesWriter.docsWithField
private final DocsWithFieldSet
SortedSetDocValuesWriter.docsWithField
Methods in org.apache.lucene.index with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionprivate SortedNumericDocValues
SortedNumericDocValuesWriter.getValues
(PackedLongValues values, PackedLongValues valueCounts, DocsWithFieldSet docsWithField) private SortedSetDocValues
SortedSetDocValuesWriter.getValues
(int[] sortedValues, int[] ordMap, BytesRefHash hash, PackedLongValues ords, PackedLongValues ordCounts, int maxCount, DocsWithFieldSet docsWithField) Constructors in org.apache.lucene.index with parameters of type DocsWithFieldSetModifierConstructorDescription(package private)
BufferedVectorValues
(DocsWithFieldSet docsWithField, List<float[]> vectors, int dimension)