Class VectorsFormatReflectionUtils

java.lang.Object
org.elasticsearch.index.codec.vectors.reflect.VectorsFormatReflectionUtils

public class VectorsFormatReflectionUtils extends Object
  • 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)