SuggestModel

Container for the suggestion information returned in a SuggestResponse.

Types

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

Properties

Link copied to clipboard
val found: Long

The number of documents that were found to match the query string.

Link copied to clipboard

The query string specified in the suggest request.

Link copied to clipboard

The documents that match the query string.

Functions

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