Ids

data class Ids(values: List<String>, boost: Double?) : QueryExpression

Returns documents which ID is in @paramvalues.

See also

Constructors

Ids
Link copied to clipboard
fun Ids(values: List<String>, boost: Double? = null)

Functions

accept
Link copied to clipboard
open override fun accept(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)
children
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
clone
Link copied to clipboard
open override fun clone(): Ids
reduce
Link copied to clipboard
open override fun reduce(): QueryExpression?
visit
Link copied to clipboard
open override fun visit(ctx: <ERROR CLASS>, compiler: SearchQueryCompiler)

Properties

boost
Link copied to clipboard
val boost: Double? = null
name
Link copied to clipboard
open override val name: String
values
Link copied to clipboard
val values: List<String>