Module org.elasticsearch.server
Interface BulkScorableVectorValues.BulkVectorScorer.BulkScorer
- Enclosing interface:
BulkScorableVectorValues.BulkVectorScorer
public static interface BulkScorableVectorValues.BulkVectorScorer.BulkScorer
-
Method Summary
Modifier and TypeMethodDescriptionvoidnextDocsAndScores(int nextCount, org.apache.lucene.util.Bits liveDocs, org.apache.lucene.search.DocAndFloatFeatureBuffer buffer) Scores up tonextCountdocs in the providedbuffer.
-
Method Details
-
nextDocsAndScores
void nextDocsAndScores(int nextCount, org.apache.lucene.util.Bits liveDocs, org.apache.lucene.search.DocAndFloatFeatureBuffer buffer) throws IOException Scores up tonextCountdocs in the providedbuffer. Returns the maxScore of docs scored.- Throws:
IOException
-