PersonalizationStrategyParams

algoliasearch.personalization.PersonalizationStrategyParams
case class PersonalizationStrategyParams(eventScoring: Seq[EventScoring], facetScoring: Seq[FacetScoring], personalizationImpact: Int)

PersonalizationStrategyParams

Value parameters

eventScoring

Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results.

facetScoring

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 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