SpanContainWeight
abstract inner class SpanContainWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, val bigWeight: SpanWeight, val littleWeight: SpanWeight, boost: Float) : SpanWeight
Inheritors
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
Expert: Return a Spans object iterating over matches from this Weight
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