SpanContainQuery
abstract class SpanContainQuery(var bigInternal: SpanQuery, var littleInternal: SpanQuery) : SpanQuery, Cloneable<SpanContainQuery>
Inheritors
Types
Link copied to clipboard
abstract inner class SpanContainWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, val bigWeight: SpanWeight, val littleWeight: SpanWeight, boost: Float) : SpanWeight
Functions
Link copied to clipboard
Link copied to clipboard
abstract override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
Link copied to clipboard