SpanPositionRangeQuery
open class SpanPositionRangeQuery(match: SpanQuery, startInternal: Int, endInternal: Int) : SpanPositionCheckQuery
Checks to see if the getMatch lies between a start and end position
See [SpanFirstQuery] for a derivation that is optimized for the case where start position is 0.
Inheritors
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