SpanTermQuery
Matches spans containing a term. This should not be used for terms that are indexed at position Integer.MAX_VALUE.
Types
Link copied to clipboard
inner class SpanTermWeight(val termStates: TermStates, searcher: IndexSearcher, terms: Map<Term, TermStates>?, boost: Float) : SpanWeight
Creates SpanTermQuery scorer instances
Functions
Link copied to clipboard
open override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
Returns the TermStates passed to the constructor, or null if it was not passed.
Link copied to clipboard
Link copied to clipboard