SpanPositionCheckWeight
inner class SpanPositionCheckWeight(val matchWeight: SpanWeight, searcher: IndexSearcher, terms: Map<Term, TermStates>?, boost: Float) : SpanWeight
Creates SpanPositionCheckQuery scorer instances
Constructors
Link copied to clipboard
constructor(matchWeight: SpanWeight, searcher: IndexSearcher, terms: Map<Term, TermStates>?, boost: Float)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Collect all TermStates used by this Weight
Link copied to clipboard
Return the SimScorer
Link copied to clipboard
open override fun getSpans(context: LeafReaderContext, requiredPostings: SpanWeight.Postings): Spans?
Expert: Return a Spans object iterating over matches from this Weight
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard