Module org.elasticsearch.server
Class VectorsFormatReflectionUtils
java.lang.Object
org.elasticsearch.index.codec.vectors.reflect.VectorsFormatReflectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.lucene.codecs.lucene95.HasIndexSlicegetByteScoringSupplierVectorOrNull(org.apache.lucene.util.hnsw.RandomVectorScorerSupplier scorerSupplier) static org.apache.lucene.util.hnsw.RandomVectorScorerSuppliergetFlatRandomVectorScorerInnerSupplier(org.apache.lucene.util.hnsw.CloseableRandomVectorScorerSupplier scorerSupplier) static org.apache.lucene.codecs.lucene95.HasIndexSlicegetFloatScoringSupplierVectorOrNull(org.apache.lucene.util.hnsw.RandomVectorScorerSupplier scorerSupplier) static org.apache.lucene.util.hnsw.RandomVectorScorerSuppliergetScalarQuantizedRandomVectorScorerInnerSupplier(org.apache.lucene.util.hnsw.CloseableRandomVectorScorerSupplier scorerSupplier)
-
Constructor Details
-
VectorsFormatReflectionUtils
public VectorsFormatReflectionUtils()
-
-
Method Details
-
getFlatRandomVectorScorerInnerSupplier
public static org.apache.lucene.util.hnsw.RandomVectorScorerSupplier getFlatRandomVectorScorerInnerSupplier(org.apache.lucene.util.hnsw.CloseableRandomVectorScorerSupplier scorerSupplier) -
getScalarQuantizedRandomVectorScorerInnerSupplier
public static org.apache.lucene.util.hnsw.RandomVectorScorerSupplier getScalarQuantizedRandomVectorScorerInnerSupplier(org.apache.lucene.util.hnsw.CloseableRandomVectorScorerSupplier scorerSupplier) -
getFloatScoringSupplierVectorOrNull
public static org.apache.lucene.codecs.lucene95.HasIndexSlice getFloatScoringSupplierVectorOrNull(org.apache.lucene.util.hnsw.RandomVectorScorerSupplier scorerSupplier) -
getByteScoringSupplierVectorOrNull
public static org.apache.lucene.codecs.lucene95.HasIndexSlice getByteScoringSupplierVectorOrNull(org.apache.lucene.util.hnsw.RandomVectorScorerSupplier scorerSupplier)
-