Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract override fun createWeight(searcher: IndexSearcher, scoreMode: ScoreMode, boost: Float): SpanWeight
Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract fun getField(): String?

Returns the name of the field matched by this query.

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