Uses of Class
org.apache.lucene.index.ByteVectorValues
-
Packages that use ByteVectorValues Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of ByteVectorValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return ByteVectorValues Modifier and Type Method Description abstract ByteVectorValuesKnnVectorsReader. getByteVectorValues(String field)Returns theByteVectorValuesfor the givenfield.static ByteVectorValuesKnnVectorsWriter.MergedVectorValues. mergeByteVectorValues(FieldInfo fieldInfo, MergeState mergeState)Returns a merged view over all the segment'sByteVectorValues.Methods in org.apache.lucene.codecs with parameters of type ByteVectorValues Modifier and Type Method Description protected abstract voidBufferingKnnVectorsWriter. writeField(FieldInfo fieldInfo, ByteVectorValues byteVectorValues, int maxDoc)Write the provided byte vector field -
Uses of ByteVectorValues in org.apache.lucene.codecs.lucene95
Methods in org.apache.lucene.codecs.lucene95 that return ByteVectorValues Modifier and Type Method Description ByteVectorValuesLucene95HnswVectorsReader. getByteVectorValues(String field) -
Uses of ByteVectorValues in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return ByteVectorValues Modifier and Type Method Description ByteVectorValuesPerFieldKnnVectorsFormat.FieldsReader. getByteVectorValues(String field) -
Uses of ByteVectorValues in org.apache.lucene.index
Methods in org.apache.lucene.index that return ByteVectorValues Modifier and Type Method Description ByteVectorValuesCodecReader. getByteVectorValues(String field)ByteVectorValuesExitableDirectoryReader.ExitableFilterAtomicReader. getByteVectorValues(String field)ByteVectorValuesFilterLeafReader. getByteVectorValues(String field)abstract ByteVectorValuesLeafReader. getByteVectorValues(String field)ReturnsByteVectorValuesfor this field, or null if noByteVectorValueswere indexed.ByteVectorValuesParallelLeafReader. getByteVectorValues(String fieldName)
-