ScorerIndexSearcher
An IndexSearcher that always uses the Scorer API, never BulkScorer.
Constructors
Link copied to clipboard
Creates a searcher searching the provided index. Search on individual segments will be run in the provided Executor.
Creates a searcher searching the provided index.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun searchAfter(after: ScoreDoc?, query: Query, numHits: Int, sort: Sort, doDocScores: Boolean): TopFieldDocs
Link copied to clipboard
Link copied to clipboard