Uses of Class
com.algolia.search.models.recommendation.FacetsScoring
-
Packages that use FacetsScoring Package Description com.algolia.search.models.recommendation -
-
Uses of FacetsScoring in com.algolia.search.models.recommendation
Methods in com.algolia.search.models.recommendation that return FacetsScoring Modifier and Type Method Description FacetsScoringFacetsScoring. setFacetName(String facetName)FacetsScoringFacetsScoring. setScore(int score)Methods in com.algolia.search.models.recommendation that return types with arguments of type FacetsScoring Modifier and Type Method Description List<FacetsScoring>GetStrategyResponse. getFacetsScoring()List<FacetsScoring>SetStrategyRequest. getFacetsScoring()Method parameters in com.algolia.search.models.recommendation with type arguments of type FacetsScoring Modifier and Type Method Description GetStrategyResponseGetStrategyResponse. setFacetsScoring(List<FacetsScoring> facetsScoring)SetStrategyRequestSetStrategyRequest. setFacetsScoring(List<FacetsScoring> facetsScoring)
-