java.lang.Object
org.apache.lucene.codecs.hnsw.FlatVectorScorerUtil
Utilities for
FlatVectorsScorer
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FlatVectorsScorer
Returns a FlatVectorsScorer that supports the Lucene99 format.
-
Field Details
-
IMPL
-
-
Constructor Details
-
FlatVectorScorerUtil
private FlatVectorScorerUtil()
-
-
Method Details
-
getLucene99FlatVectorsScorer
Returns a FlatVectorsScorer that supports the Lucene99 format. Scorers retrieved through this method may be optimized on certain platforms. Otherwise, a DefaultFlatVectorScorer is returned.
-