createWeight

open fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): Weight

Expert: Constructs an appropriate Weight implementation for this query.

Only implemented by primitive queries, which re-write to themselves.

Parameters

scoreMode

How the produced scorers will be consumed.

boost

The boost that is propagated by the parent queries.