Interface BulkScorableVectorValues.BulkVectorScorer.BulkScorer

Enclosing interface:
BulkScorableVectorValues.BulkVectorScorer

public static interface BulkScorableVectorValues.BulkVectorScorer.BulkScorer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    nextDocsAndScores(int nextCount, org.apache.lucene.util.Bits liveDocs, org.apache.lucene.search.DocAndFloatFeatureBuffer buffer)
    Scores up to nextCount docs in the provided buffer.
  • Method Details

    • nextDocsAndScores

      void nextDocsAndScores(int nextCount, org.apache.lucene.util.Bits liveDocs, org.apache.lucene.search.DocAndFloatFeatureBuffer buffer) throws IOException
      Scores up to nextCount docs in the provided buffer. Returns the maxScore of docs scored.
      Throws:
      IOException