Uses of Class
org.apache.lucene.codecs.KnnVectorsFormat
-
Packages that use KnnVectorsFormat Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext 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 Modifier and Type Method Description KnnVectorsFormatLucene70Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene80Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene84Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene86
Methods in org.apache.lucene.backward_codecs.lucene86 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene86Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene87
Methods in org.apache.lucene.backward_codecs.lucene87 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene87Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene90
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene90 Modifier and Type Class Description classLucene90HnswVectorsFormatLucene 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 KnnVectorsFormat Modifier and Type Field Description private KnnVectorsFormatLucene90Codec. defaultKnnVectorsFormatprivate KnnVectorsFormatLucene90Codec. knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene90Codec. getKnnVectorsFormatForField(java.lang.String field)Returns the vectors format that should be used for writing new segments offieldKnnVectorsFormatLucene90Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene91
Subclasses of KnnVectorsFormat in org.apache.lucene.backward_codecs.lucene91 Modifier and Type Class Description classLucene91HnswVectorsFormatLucene 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 KnnVectorsFormat Modifier and Type Field Description private KnnVectorsFormatLucene91Codec. defaultKnnVectorsFormatprivate KnnVectorsFormatLucene91Codec. knnVectorsFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene91Codec. getKnnVectorsFormatForField(java.lang.String field)Returns the vectors format that should be used for writing new segments offieldKnnVectorsFormatLucene91Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as KnnVectorsFormat Modifier and Type Field Description static KnnVectorsFormatKnnVectorsFormat. EMPTYEMPTY throws an exception when written.Fields in org.apache.lucene.codecs with type parameters of type KnnVectorsFormat Modifier and Type Field Description private static NamedSPILoader<KnnVectorsFormat>KnnVectorsFormat.Holder. LOADERMethods in org.apache.lucene.codecs that return KnnVectorsFormat Modifier and Type Method Description static KnnVectorsFormatKnnVectorsFormat. forName(java.lang.String name)looks up a format by nameabstract KnnVectorsFormatCodec. knnVectorsFormat()Encodes/decodes numeric vector fieldsKnnVectorsFormatFilterCodec. knnVectorsFormat()Methods in org.apache.lucene.codecs that return types with arguments of type KnnVectorsFormat Modifier and Type Method Description (package private) static NamedSPILoader<KnnVectorsFormat>KnnVectorsFormat.Holder. getLoader() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.lucene92
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.lucene92 Modifier and Type Class Description classLucene92HnswVectorsFormatLucene 9.2 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Fields in org.apache.lucene.codecs.lucene92 declared as KnnVectorsFormat Modifier and Type Field Description private KnnVectorsFormatLucene92Codec. defaultKnnVectorsFormatprivate KnnVectorsFormatLucene92Codec. knnVectorsFormatMethods in org.apache.lucene.codecs.lucene92 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene92Codec. getKnnVectorsFormatForField(java.lang.String field)Returns the vectors format that should be used for writing new segments offieldKnnVectorsFormatLucene92Codec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.perfield
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.perfield Modifier and Type Class Description classPerFieldKnnVectorsFormatEnables per field numeric vector support.Fields in org.apache.lucene.codecs.perfield with type parameters of type KnnVectorsFormat Modifier and Type Field Description private java.util.Map<KnnVectorsFormat,PerFieldKnnVectorsFormat.WriterAndSuffix>PerFieldKnnVectorsFormat.FieldsWriter. formatsMethods in org.apache.lucene.codecs.perfield that return KnnVectorsFormat Modifier and Type Method Description abstract KnnVectorsFormatPerFieldKnnVectorsFormat. getKnnVectorsFormatForField(java.lang.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.simpletext Modifier and Type Class Description classSimpleTextKnnVectorsFormatFor debugging, curiosity, transparency only!! Do not use this codec in production.Fields in org.apache.lucene.codecs.simpletext declared as KnnVectorsFormat Modifier and Type Field Description private KnnVectorsFormatSimpleTextCodec. knnVectorsFormatMethods in org.apache.lucene.codecs.simpletext that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatSimpleTextCodec. knnVectorsFormat()
-