SpanContainingQuery
Keep matches that contain another SpanScorer.
Types
Link copied to clipboard
inner class SpanContainingWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, bigWeight: SpanWeight, littleWeight: SpanWeight, boost: Float) : SpanContainQuery.SpanContainWeight
Creates SpanContainingQuery 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
Construct a SpanContainingQuery matching spans from big that contain at least one spans from little. This query has the boost of big. big and little must be in the same field.
Link copied to clipboard