Uses of Class
org.apache.lucene.index.DocsWithFieldSet
-
Packages that use DocsWithFieldSet Package Description org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocsWithFieldSet in org.apache.lucene.codecs.lucene92
Methods in org.apache.lucene.codecs.lucene92 that return DocsWithFieldSet Modifier and Type Method Description private 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 DocsWithFieldSet Modifier and Type Method Description private 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 DocsWithFieldSet Modifier and Type Field Description private DocsWithFieldSetBinaryDocValuesWriter. docsWithFieldprivate DocsWithFieldSetNormValuesWriter. docsWithFieldprivate DocsWithFieldSetNumericDocValuesWriter. docsWithFieldprivate DocsWithFieldSetSortedDocValuesWriter. docsWithFieldprivate DocsWithFieldSetSortedNumericDocValuesWriter. docsWithFieldprivate DocsWithFieldSetSortedSetDocValuesWriter. docsWithField(package private) DocsWithFieldSetVectorValuesWriter.BufferedVectorValues. docsWithFieldprivate DocsWithFieldSetVectorValuesWriter. docsWithFieldMethods in org.apache.lucene.index with parameters of type DocsWithFieldSet Modifier and Type Method Description 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)Constructors in org.apache.lucene.index with parameters of type DocsWithFieldSet Constructor Description BufferedVectorValues(DocsWithFieldSet docsWithField, java.util.List<float[]> vectors, int dimension)
-