SuggesterStatus

The value of a Suggester and its current status.

Types

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

Properties

Link copied to clipboard

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.

Link copied to clipboard

The status of domain configuration option.

Functions

Link copied to clipboard
inline fun copy(block: SuggesterStatus.Builder.() -> Unit = {}): SuggesterStatus
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