AttributeSuggestionsGetConfig

Provides the configuration information for the document fields/attributes that you want to base query suggestions on.

Types

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

Properties

Link copied to clipboard

The list of additional document field/attribute keys or field names to include in the response. You can use additional fields to provide extra information in the response. Additional fields are not used to based suggestions on.

Link copied to clipboard

Filters the search results based on document fields/attributes.

Link copied to clipboard

The list of document field/attribute keys or field names to use for query suggestions. If the content within any of the fields match what your user starts typing as their query, then the field content is returned as a query suggestion.

Link copied to clipboard

Applies user context filtering so that only users who are given access to certain documents see these document in their search results.

Functions

Link copied to clipboard
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