SpanPositionCheckQuery

Base class for filtering a SpanQuery based on the position of a match.

Inheritors

Constructors

Link copied to clipboard
constructor(matchInternal: SpanQuery)

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
open operator override fun equals(other: Any?): Boolean

Returns true iff other is equal to this.

Link copied to clipboard
open override fun getField(): String?

Returns the name of the field matched by this query.

Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun rewrite(indexSearcher: IndexSearcher): Query
Link copied to clipboard
open override fun toString(): String
abstract fun toString(field: String?): String
Link copied to clipboard
open override fun visit(visitor: QueryVisitor)