Class PersonalizationStrategyParams
java.lang.Object
com.algolia.model.personalization.PersonalizationStrategyParams
PersonalizationStrategyParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventScoring(EventScoring eventScoringItem) addFacetScoring(FacetScoring facetScoringItem) booleanScores associated with each event.Scores associated with each facet.Impact of personalization on the search results.inthashCode()setEventScoring(List<EventScoring> eventScoring) setFacetScoring(List<FacetScoring> facetScoring) setPersonalizationImpact(Integer personalizationImpact) toString()
-
Constructor Details
-
PersonalizationStrategyParams
public PersonalizationStrategyParams()
-
-
Method Details
-
setEventScoring
-
addEventScoring
-
getEventScoring
Scores associated with each event. The higher the scores, the higher the impact of those events on the personalization of search results. -
setFacetScoring
-
addFacetScoring
-
getFacetScoring
Scores associated with each facet. The higher the scores, the higher the impact of those events on the personalization of search results. -
setPersonalizationImpact
-
getPersonalizationImpact
Impact of personalization on the search results. If set to 0, personalization has no impact on the search results. minimum: 0 maximum: 100 -
equals
-
hashCode
public int hashCode() -
toString
-