Uses of Class
org.apache.lucene.codecs.KnnVectorsFormat
Packages that use KnnVectorsFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
-
Uses of KnnVectorsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as KnnVectorsFormatModifier and TypeFieldDescriptionstatic final KnnVectorsFormat
KnnVectorsFormat.EMPTY
EMPTY throws an exception when written.Methods in org.apache.lucene.codecs that return KnnVectorsFormatModifier and TypeMethodDescriptionstatic KnnVectorsFormat
looks up a format by nameabstract KnnVectorsFormat
Codec.knnVectorsFormat()
Encodes/decodes numeric vector fieldsFilterCodec.knnVectorsFormat()
-
Uses of KnnVectorsFormat in org.apache.lucene.codecs.lucene99
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal class
Lucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values.final class
Lucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values.Methods in org.apache.lucene.codecs.lucene99 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene99Codec.getKnnVectorsFormatForField
(String field) Returns the vectors format that should be used for writing new segments offield
final KnnVectorsFormat
Lucene99Codec.knnVectorsFormat()
-
Uses of KnnVectorsFormat in org.apache.lucene.codecs.perfield
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclass
Enables per field numeric vector support.Methods in org.apache.lucene.codecs.perfield that return KnnVectorsFormatModifier and TypeMethodDescriptionabstract KnnVectorsFormat
PerFieldKnnVectorsFormat.getKnnVectorsFormatForField
(String field) Returns the numeric vector format that should be used for writing new segments offield
.