SuggestionMatch

An autocomplete suggestion that matches the query string specified in a SuggestRequest.

Types

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

Properties

Link copied to clipboard
val id: String?

The document ID of the suggested document.

Link copied to clipboard
val score: Long

The relevance score of a suggested match.

Link copied to clipboard

The string that matches the query string specified in the SuggestRequest.

Functions

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