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 DocsWithFieldSet
Lucene92HnswVectorsWriter. 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 void
Lucene92HnswVectorsWriter. 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 DocsWithFieldSet
BinaryDocValuesWriter. docsWithField
private DocsWithFieldSet
NormValuesWriter. docsWithField
private DocsWithFieldSet
NumericDocValuesWriter. docsWithField
private DocsWithFieldSet
SortedDocValuesWriter. docsWithField
private DocsWithFieldSet
SortedNumericDocValuesWriter. docsWithField
private DocsWithFieldSet
SortedSetDocValuesWriter. docsWithField
(package private) DocsWithFieldSet
VectorValuesWriter.BufferedVectorValues. docsWithField
private DocsWithFieldSet
VectorValuesWriter. docsWithField
Methods in org.apache.lucene.index with parameters of type DocsWithFieldSet Modifier and Type Method Description private 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 DocsWithFieldSet Constructor Description BufferedVectorValues(DocsWithFieldSet docsWithField, java.util.List<float[]> vectors, int dimension)
-