QuerySuggestionsConfigurationResponse

algoliasearch.querysuggestions.QuerySuggestionsConfigurationResponse
case class QuerySuggestionsConfigurationResponse(appId: Option[String], sourceIndicesAPIKey: Option[String], suggestionsIndicesAPIKey: Option[String], externalIndicesAPIKey: Option[String], indexName: String, sourceIndices: Seq[SourceIndex], languages: Option[Languages], exclude: Option[Seq[String]], enablePersonalization: Option[Boolean], allowSpecialCharacters: Option[Boolean])

QuerySuggestionsConfigurationResponse

Value parameters

allowSpecialCharacters

Allow suggestions with special characters.

appId

Your Algolia application ID.

enablePersonalization

Turn on personalized query suggestions.

exclude

Patterns to exclude from query suggestions.

externalIndicesAPIKey

API key used to read from external Algolia indices.

indexName

Query Suggestions index name.

sourceIndices

Algolia indices from which to get the popular searches for query suggestions.

sourceIndicesAPIKey

API key used to read from your source index.

suggestionsIndicesAPIKey

API key used to write and configure your Query Suggestions index.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product