SpanPositionCheckQuery
abstract class SpanPositionCheckQuery(matchInternal: SpanQuery) : SpanQuery, Cloneable<SpanPositionCheckQuery>
Base class for filtering a SpanQuery based on the position of a match.
Inheritors
Types
Link copied to clipboard
inner class SpanPositionCheckWeight(val matchWeight: SpanWeight, searcher: IndexSearcher, terms: Map<Term, TermStates>?, boost: Float) : SpanWeight
Creates SpanPositionCheckQuery scorer instances
Functions
Link copied to clipboard
Link copied to clipboard
open override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
Link copied to clipboard