Uses of Class
org.apache.lucene.codecs.KnnVectorsFormat
-
Packages that use KnnVectorsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene94 Lucene 9.3 file format.org.apache.lucene.codecs.perfield 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 KnnVectorsFormat Modifier and Type Field Description static KnnVectorsFormatKnnVectorsFormat. EMPTYEMPTY throws an exception when written.Methods in org.apache.lucene.codecs that return KnnVectorsFormat Modifier and Type Method Description static KnnVectorsFormatKnnVectorsFormat. forName(String name)looks up a format by nameabstract KnnVectorsFormatCodec. knnVectorsFormat()Encodes/decodes numeric vector fieldsKnnVectorsFormatFilterCodec. knnVectorsFormat() -
Uses of KnnVectorsFormat in org.apache.lucene.codecs.lucene94
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.lucene94 Modifier and Type Class Description classLucene94HnswVectorsFormatLucene 9.4 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Methods in org.apache.lucene.codecs.lucene94 that return KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene94Codec. getKnnVectorsFormatForField(String field)Returns the vectors format that should be used for writing new segments offieldKnnVectorsFormatLucene94Codec. 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.Methods in org.apache.lucene.codecs.perfield that return KnnVectorsFormat Modifier and Type Method Description abstract KnnVectorsFormatPerFieldKnnVectorsFormat. getKnnVectorsFormatForField(String field)Returns the numeric vector format that should be used for writing new segments offield.
-