PersonalizationStrategyParams
algoliasearch.personalization.PersonalizationStrategyParams
case class PersonalizationStrategyParams(eventsScoring: Seq[EventsScoring], facetsScoring: Seq[FacetsScoring], personalizationImpact: Int)
PersonalizationStrategyParams
Value parameters
- eventsScoring
-
Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.
- facetsScoring
-
Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results.
- personalizationImpact
-
Impact of personalization on the search results. If set to 0, personalization has no impact on the search results.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article