SearchQuery

sealed class SearchQuery : SearchSpec

A non-vector Full-Text Search query

See also: SearchSpec.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
infix fun boost(boost: Number): SearchQuery

Returns a new query that decorates this one with the given boost multiplier. Has no effect unless this query is used in a disjunction or conjunction.

Link copied to clipboard
open override fun toString(): String

Returns the JSON representation of this query condition.

Inheritors

Link copied to clipboard
Link copied to clipboard