CombinedFieldWeight
inner class CombinedFieldWeight(query: Query, searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float) : Weight
Functions
Link copied to clipboard
Helper method that delegates to .scorerSupplier. It is implemented as
Link copied to clipboard
Counts the number of live documents that match a given this.query in a leaf.
Link copied to clipboard
An explanation of the score computation for the named document.
Link copied to clipboard
Link copied to clipboard
Optional method that delegates to scorerSupplier.
Link copied to clipboard
Get a ScorerSupplier, which allows knowing the cost of the Scorer before building it. A scorer supplier for the same LeafReaderContext instance may be requested multiple times as part of a single search call.