Class FlatVectorScorerUtil

java.lang.Object
org.apache.lucene.codecs.hnsw.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 Details

    • 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.