SpanContainQuery

abstract class SpanContainQuery(var bigInternal: SpanQuery, var littleInternal: SpanQuery) : SpanQuery, Cloneable<SpanContainQuery>

Inheritors

Constructors

Link copied to clipboard
constructor(bigInternal: SpanQuery, littleInternal: SpanQuery)

Types

Link copied to clipboard
abstract inner class SpanContainWeight(searcher: IndexSearcher, terms: Map<Term, TermStates>?, val bigWeight: SpanWeight, val littleWeight: SpanWeight, boost: Float) : SpanWeight

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun clone(): SpanContainQuery
Link copied to clipboard
abstract override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
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
fun toString(field: String?, name: String): String
open override fun toString(): String
abstract fun toString(field: String?): String
Link copied to clipboard
open override fun visit(visitor: QueryVisitor)