SpanOrQuery
Matches the union of its clauses.
Constructors
Types
Link copied to clipboard
inner class SpanOrWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, val subWeights: List<SpanWeight>, boost: Float) : SpanWeight
Creates SpanOrQuery scorer instances
Functions
Link copied to clipboard
open override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
Return the clauses whose spans are matched.
Link copied to clipboard
Link copied to clipboard