Uses of Class
com.algolia.search.models.recommend.RecommendationsQuery
-
Packages that use RecommendationsQuery Package Description com.algolia.search com.algolia.search.models.recommend -
-
Uses of RecommendationsQuery in com.algolia.search
Method parameters in com.algolia.search with type arguments of type RecommendationsQuery Modifier and Type Method Description <T extends RecommendHit>
List<RecommendationsResult<T>>RecommendClient. getRecommendations(List<RecommendationsQuery> requests, Class<T> clazz)Returns recommendations for a specific model and objectID.<T extends RecommendHit>
List<RecommendationsResult<T>>RecommendClient. getRecommendations(List<RecommendationsQuery> requests, Class<T> clazz, RequestOptions requestOptions)Returns recommendations for a specific model and objectID.<T extends RecommendHit>
CompletableFuture<List<RecommendationsResult<T>>>RecommendClient. getRecommendationsAsync(List<RecommendationsQuery> requests, Class<T> clazz)Returns recommendations for a specific model and objectID.<T extends RecommendHit>
CompletableFuture<List<RecommendationsResult<T>>>RecommendClient. getRecommendationsAsync(List<RecommendationsQuery> requests, Class<T> clazz, RequestOptions requestOptions)Returns recommendations for a specific model and objectID. -
Uses of RecommendationsQuery in com.algolia.search.models.recommend
Methods in com.algolia.search.models.recommend that return RecommendationsQuery Modifier and Type Method Description RecommendationsQueryRecommendationsQuery. setFallbackParameters(Query fallbackParameters)RecommendationsQueryRecommendationsQuery. setMaxRecommendations(Integer maxRecommendations)RecommendationsQueryRecommendationsQuery. setQueryParameters(Query queryParameters)RecommendationsQueryRecommendationsQuery. setThreshold(Integer threshold)
-