SpanContainingWeight
inner class SpanContainingWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, bigWeight: SpanWeight, littleWeight: SpanWeight, boost: Float) : SpanContainQuery.SpanContainWeight
Creates SpanContainingQuery scorer instances
Constructors
Link copied to clipboard
constructor(searcher: IndexSearcher, terms: Map<Term, TermStates>?, bigWeight: SpanWeight, littleWeight: SpanWeight, 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?
Return spans from big that contain at least one spans from little. The payload is from the spans of big.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun prepareConjunction(context: LeafReaderContext, postings: SpanWeight.Postings): ArrayList<Spans>?
Link copied to clipboard
Link copied to clipboard