Uses of Class
org.apache.lucene.codecs.FlatVectorsFormat
-
Packages that use FlatVectorsFormat Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of FlatVectorsFormat in org.apache.lucene.codecs.lucene99
Subclasses of FlatVectorsFormat in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description class
Lucene99FlatVectorsFormat
Lucene 9.9 flat vector format, which encodes numeric vector valuesclass
Lucene99ScalarQuantizedVectorsFormat
Format supporting vector quantization, storage, and retrievalFields in org.apache.lucene.codecs.lucene99 declared as FlatVectorsFormat Modifier and Type Field Description private FlatVectorsFormat
Lucene99HnswScalarQuantizedVectorsFormat. flatVectorsFormat
The format for storing, reading, merging vectors on diskprivate static FlatVectorsFormat
Lucene99HnswVectorsFormat. flatVectorsFormat
The format for storing, reading, merging vectors on diskprivate static FlatVectorsFormat
Lucene99ScalarQuantizedVectorsFormat. rawVectorFormat
-