VectorQuery

sealed class VectorQuery : VectorSearchSpec

A vector Full-Text Search query

Create an instance by calling SearchSpec.vector.

Create a compound vector query by calling SearchSpec.anyOf or SearchSpec.allOf.

See also: SearchSpec.

Functions

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

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.