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.lucene99 Lucene 9.9 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.lucene99
Subclasses of KnnVectorsFormat in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description classLucene99HnswScalarQuantizedVectorsFormatLucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values.classLucene99HnswVectorsFormatLucene 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 KnnVectorsFormat Modifier and Type Method Description KnnVectorsFormatLucene99Codec. getKnnVectorsFormatForField(String field)Returns the vectors format that should be used for writing new segments offieldKnnVectorsFormatLucene99Codec. 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.
-