Module org.elasticsearch.server
Package org.elasticsearch.index.codec.vectors.es818
package org.elasticsearch.index.codec.vectors.es818
-
ClassDescriptionA hook for
DirectIOLucene99FlatVectorsReaderto specify the input should be opened using DirectIO.Copied from Lucene99FlatVectorsFormat in Lucene 10.1 This is copied to change the implementation ofDirectIOLucene99FlatVectorsFormat.fieldsReader(org.apache.lucene.index.SegmentReadState)only.Copied from Lucene99FlatVectorsReader in Lucene 10.2, then modified to support DirectIOIndexInputSupplierVector scorer over binarized vector valuesVector scorer over binarized vector valuesCopied from Lucene, replace with Lucene's implementation sometime after Lucene 10 Codec for encoding/decoding binary quantized vectors The binary quantization format used here is a per-vector optimized scalar quantization.Copied from Lucene, replace with Lucene's implementation sometime after Lucene 10Binarized vector values holding row and quantized vector valuesCopied from Lucene, replace with Lucene's implementation sometime after Lucene 10Copied from Lucene, replace with Lucene's implementation sometime after Lucene 10