SpanWeight
abstract class SpanWeight(query: SpanQuery, searcher: IndexSearcher, termStates: Map<Term, TermStates>?, boost: Float) : Weight
Expert-only. Public for use by other weight implementations
Inheritors
Constructors
Link copied to clipboard
constructor(query: SpanQuery, searcher: IndexSearcher, termStates: Map<Term, TermStates>?, boost: Float)
Types
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
Link copied to clipboard