Uses of Class
org.apache.lucene.codecs.KnnVectorsFormat
Packages that use KnnVectorsFormat
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
-
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 that return KnnVectorsFormat -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return KnnVectorsFormat -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return KnnVectorsFormat -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene86
Methods in org.apache.lucene.backward_codecs.lucene86 that return KnnVectorsFormat -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene87
Methods in org.apache.lucene.backward_codecs.lucene87 that return KnnVectorsFormat -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene90
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescriptionclassLucene 9.0 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.backward_codecs.lucene90 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene90Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene90Codec.knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene90Codec.getKnnVectorsFormatForField(String field) Returns the vectors format that should be used for writing new segments offieldLucene90Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene91
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene91Modifier and TypeClassDescriptionclassLucene 9.1 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.backward_codecs.lucene91 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene91Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene91Codec.knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene91Codec.getKnnVectorsFormatForField(String field) Returns the vectors format that should be used for writing new segments offieldLucene91Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene92
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene92Modifier and TypeClassDescriptionclassLucene 9.2 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.backward_codecs.lucene92 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene92Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene92Codec.knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene92 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene92Codec.getKnnVectorsFormatForField(String field) Returns the vectors format that should be used for writing new segments offieldLucene92Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene94
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene94Modifier and TypeClassDescriptionclassLucene 9.4 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.backward_codecs.lucene94 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene94Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene94Codec.knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene94 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene94Codec.getKnnVectorsFormatForField(String field) Returns the vectors format that should be used for writing new segments offieldLucene94Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene95
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene95Modifier and TypeClassDescriptionclassLucene 9.5 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.backward_codecs.lucene95 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene95Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene95Codec.knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene95 that return KnnVectorsFormatModifier and TypeMethodDescriptionLucene95Codec.getKnnVectorsFormatForField(String field) Returns the vectors format that should be used for writing new segments offieldLucene95Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as KnnVectorsFormatModifier and TypeFieldDescriptionstatic final KnnVectorsFormatKnnVectorsFormat.EMPTYEMPTY throws an exception when written.Fields in org.apache.lucene.codecs with type parameters of type KnnVectorsFormatModifier and TypeFieldDescriptionprivate static final NamedSPILoader<KnnVectorsFormat> KnnVectorsFormat.Holder.LOADERMethods in org.apache.lucene.codecs that return KnnVectorsFormatModifier and TypeMethodDescriptionstatic KnnVectorsFormatlooks up a format by nameabstract KnnVectorsFormatCodec.knnVectorsFormat()Encodes/decodes numeric vector fieldsFilterCodec.knnVectorsFormat()Methods in org.apache.lucene.codecs that return types with arguments of type KnnVectorsFormatModifier and TypeMethodDescription(package private) static NamedSPILoader<KnnVectorsFormat> KnnVectorsFormat.Holder.getLoader() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.bitvectors
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.bitvectorsModifier and TypeClassDescriptionfinal classEncodes bit vector values into an associated graph connecting the documents having values. -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.lucene99
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionclassLucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values.final classLucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values.Fields in org.apache.lucene.codecs.lucene99 declared as KnnVectorsFormatModifier and TypeFieldDescriptionprivate final KnnVectorsFormatLucene99Codec.defaultKnnVectorsFormatprivate final KnnVectorsFormatLucene99Codec.knnVectorsFormatMethods 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 offieldfinal KnnVectorsFormatLucene99Codec.knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.perfield
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclassEnables per field numeric vector support.Fields in org.apache.lucene.codecs.perfield with type parameters of type KnnVectorsFormatModifier and TypeFieldDescriptionprivate final Map<KnnVectorsFormat, PerFieldKnnVectorsFormat.WriterAndSuffix> PerFieldKnnVectorsFormat.FieldsWriter.formatsMethods in org.apache.lucene.codecs.perfield that return KnnVectorsFormatModifier and TypeMethodDescriptionabstract KnnVectorsFormatPerFieldKnnVectorsFormat.getKnnVectorsFormatForField(String field) Returns the numeric vector format that should be used for writing new segments offield. -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.simpletext
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionfinal classFor debugging, curiosity, transparency only!! Do not use this codec in production.Fields in org.apache.lucene.codecs.simpletext declared as KnnVectorsFormatMethods in org.apache.lucene.codecs.simpletext that return KnnVectorsFormat