Module org.elasticsearch.simdvec
Class ESVectorizationProvider
java.lang.Object
org.elasticsearch.simdvec.internal.vectorization.ESVectorizationProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic ESVectorizationProviderabstract ESVectorUtilSupportabstract ES91Int4VectorsScorernewES91Int4VectorsScorer(org.apache.lucene.store.IndexInput input, int dimension) Create a newES91Int4VectorsScorerfor the givenIndexInput.abstract ES91OSQVectorsScorernewES91OSQVectorsScorer(org.apache.lucene.store.IndexInput input, int dimension) Create a newES91OSQVectorsScorerfor the givenIndexInput.
-
Method Details
-
getInstance
-
getVectorUtilSupport
-
newES91OSQVectorsScorer
public abstract ES91OSQVectorsScorer newES91OSQVectorsScorer(org.apache.lucene.store.IndexInput input, int dimension) throws IOException Create a newES91OSQVectorsScorerfor the givenIndexInput.- Throws:
IOException
-
newES91Int4VectorsScorer
public abstract ES91Int4VectorsScorer newES91Int4VectorsScorer(org.apache.lucene.store.IndexInput input, int dimension) throws IOException Create a newES91Int4VectorsScorerfor the givenIndexInput.- Throws:
IOException
-