Uses of Class
org.apache.lucene.index.DocsWithFieldSet
Packages that use DocsWithFieldSet
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.5 file format.
Code to maintain and access indices.
-
Uses of DocsWithFieldSet in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as DocsWithFieldSetModifier and TypeFieldDescription(package private) final DocsWithFieldSetBufferingKnnVectorsWriter.BufferedByteVectorValues.docsWithField(package private) final DocsWithFieldSetBufferingKnnVectorsWriter.BufferedFloatVectorValues.docsWithFieldprivate final DocsWithFieldSetBufferingKnnVectorsWriter.FieldWriter.docsWithFieldConstructors in org.apache.lucene.codecs with parameters of type DocsWithFieldSetModifierConstructorDescription(package private)BufferedByteVectorValues(DocsWithFieldSet docsWithField, List<byte[]> vectors, int dimension) (package private)BufferedFloatVectorValues(DocsWithFieldSet docsWithField, List<float[]> vectors, int dimension) -
Uses of DocsWithFieldSet in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as DocsWithFieldSetModifier and TypeFieldDescriptionprivate final DocsWithFieldSetLucene95HnswVectorsWriter.FieldWriter.docsWithFieldMethods in org.apache.lucene.codecs.lucene95 that return DocsWithFieldSetModifier and TypeMethodDescriptionprivate static DocsWithFieldSetLucene95HnswVectorsWriter.writeByteVectorData(IndexOutput output, ByteVectorValues byteVectorValues) Writes the byte vector values to the output and returns a set of documents that contains vectors.private static DocsWithFieldSetLucene95HnswVectorsWriter.writeVectorData(IndexOutput output, FloatVectorValues floatVectorValues) Writes the vector values to the output and returns a set of documents that contains vectors.Methods in org.apache.lucene.codecs.lucene95 with parameters of type DocsWithFieldSetModifier and TypeMethodDescriptionprivate voidLucene95HnswVectorsWriter.writeMeta(FieldInfo field, int maxDoc, long vectorDataOffset, long vectorDataLength, long vectorIndexOffset, long vectorIndexLength, DocsWithFieldSet docsWithField, HnswGraph graph, int[][] graphLevelNodeOffsets) -
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.docsWithFieldMethods in org.apache.lucene.index with parameters of type DocsWithFieldSetModifier and TypeMethodDescription(package private) static DocValuesProducerNumericDocValuesWriter.getDocValuesProducer(FieldInfo writerFieldInfo, PackedLongValues values, DocsWithFieldSet docsWithField, Sorter.DocMap sortMap) (package private) static DocValuesProducerSortedDocValuesWriter.getDocValuesProducer(FieldInfo writerFieldInfo, BytesRefHash hash, PackedLongValues ords, int[] sortedValues, int[] ordMap, DocsWithFieldSet docsWithField, Sorter.DocMap sortMap) private 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)