Class FlatVectorScorerUtil


  • public final class FlatVectorScorerUtil
    extends Object
    Utilities for FlatVectorsScorer.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • 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.