Uses of Class
com.algolia.search.models.personalization.EventScoring
-
Packages that use EventScoring Package Description com.algolia.search.models.personalization -
-
Uses of EventScoring in com.algolia.search.models.personalization
Methods in com.algolia.search.models.personalization that return EventScoring Modifier and Type Method Description EventScoringEventScoring. setScore(long score)Deprecated.EventScoringEventScoring. setType(String type)Deprecated.Methods in com.algolia.search.models.personalization that return types with arguments of type EventScoring Modifier and Type Method Description Map<String,EventScoring>GetStrategyResponse. getEventsScoring()Deprecated.Map<String,EventScoring>SetStrategyRequest. getEventsScoring()Deprecated.Method parameters in com.algolia.search.models.personalization with type arguments of type EventScoring Modifier and Type Method Description GetStrategyResponseGetStrategyResponse. setEventsScoring(Map<String,EventScoring> eventsScoring)Deprecated.SetStrategyRequestSetStrategyRequest. setEventsScoring(Map<String,EventScoring> eventsScoring)Deprecated.Constructor parameters in com.algolia.search.models.personalization with type arguments of type EventScoring Constructor Description SetStrategyRequest(Map<String,EventScoring> eventsScoring, Map<String,FacetScoring> facetsScoring)Deprecated.
-