Suggester

class Suggester

Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: FuzzyMatching, SortExpression.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Options for a search suggester.

Link copied to clipboard

Names must begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore).

Functions

Link copied to clipboard
inline fun copy(block: Suggester.Builder.() -> Unit = {}): Suggester
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String