QuerySuggestionsConfigurationWithIndex

algoliasearch.querysuggestions.QuerySuggestionsConfigurationWithIndex
case class QuerySuggestionsConfigurationWithIndex(sourceIndices: Seq[SourceIndex], languages: Option[Languages], exclude: Option[Seq[String]], enablePersonalization: Option[Boolean], allowSpecialCharacters: Option[Boolean], indexName: String)

Query Suggestions configuration.

Value parameters

allowSpecialCharacters

Whether to include suggestions with special characters.

enablePersonalization

Whether to turn on personalized query suggestions.

indexName

Name of the Query Suggestions index (case-sensitive).

sourceIndices

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

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