QuerySuggestionsConfigurationWithIndex

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

Query Suggestions configuration.

Value parameters

allowSpecialCharacters

Allow suggestions with special characters.

enablePersonalization

Turn on personalized query suggestions.

exclude

Patterns to exclude from query suggestions.

indexName

Query Suggestions index name.

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