Uses of Class
org.apache.lucene.index.DocsWithFieldSet
Packages that use DocsWithFieldSet
Package
Description
Lucene 9.2 file format.
Code to maintain and access indices.
-
Uses of DocsWithFieldSet in org.apache.lucene.codecs.lucene92
Methods in org.apache.lucene.codecs.lucene92 that return DocsWithFieldSetModifier and TypeMethodDescriptionprivate static DocsWithFieldSetLucene92HnswVectorsWriter.writeVectorData(IndexOutput output, VectorValues vectors) Writes the vector values to the output and returns a set of documents that contains vectors.Methods in org.apache.lucene.codecs.lucene92 with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionprivate voidLucene92HnswVectorsWriter.writeMeta(FieldInfo field, long vectorDataOffset, long vectorDataLength, long vectorIndexOffset, long vectorIndexLength, DocsWithFieldSet docsWithField, OnHeapHnswGraph graph) -
Uses of DocsWithFieldSet in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocsWithFieldSetModifier and TypeFieldDescriptionprivate DocsWithFieldSetBinaryDocValuesWriter.docsWithFieldprivate DocsWithFieldSetNormValuesWriter.docsWithFieldprivate DocsWithFieldSetNumericDocValuesWriter.docsWithFieldprivate final DocsWithFieldSetSortedDocValuesWriter.docsWithFieldprivate final DocsWithFieldSetSortedNumericDocValuesWriter.docsWithFieldprivate final DocsWithFieldSetSortedSetDocValuesWriter.docsWithField(package private) final DocsWithFieldSetVectorValuesWriter.BufferedVectorValues.docsWithFieldprivate final DocsWithFieldSetVectorValuesWriter.docsWithFieldMethods in org.apache.lucene.index with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionprivate SortedNumericDocValuesSortedNumericDocValuesWriter.getValues(PackedLongValues values, PackedLongValues valueCounts, DocsWithFieldSet docsWithField) private SortedSetDocValuesSortedSetDocValuesWriter.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)