- java.lang.Object
-
- org.apache.lucene.codecs.hnsw.FlatVectorScorerUtil
-
public final class FlatVectorScorerUtil extends java.lang.Object
Utilities forFlatVectorsScorer
.
-
-
Field Summary
Fields Modifier and Type Field Description private static VectorizationProvider
IMPL
-
Constructor Summary
Constructors Modifier Constructor Description private
FlatVectorScorerUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlatVectorsScorer
getLucene99FlatVectorsScorer()
Returns a FlatVectorsScorer that supports the Lucene99 format.
-
-
-
Field Detail
-
IMPL
private static final VectorizationProvider IMPL
-
-
Method Detail
-
getLucene99FlatVectorsScorer
public static FlatVectorsScorer 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.
-
-