QuerySuggestionsConfiguration

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

Query Suggestions configuration.

Value parameters

allowSpecialCharacters

Whether to include suggestions with special characters.

enablePersonalization

Whether to turn on personalized query suggestions.

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