File tree 5 files changed +5
-5
lines changed
algoliasearch/src/main/java/com/algolia/model/recommend
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public BoughtTogetherQuery setMaxRecommendations(Integer maxRecommendations) {
63
63
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
64
64
* no fallback request is made. Depending on the available recommendations and the other request
65
65
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
66
- * maximum: 1000
66
+ * maximum: 30
67
67
*/
68
68
@ javax .annotation .Nullable
69
69
public Integer getMaxRecommendations () {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public LookingSimilarQuery setMaxRecommendations(Integer maxRecommendations) {
66
66
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
67
67
* no fallback request is made. Depending on the available recommendations and the other request
68
68
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69
- * maximum: 1000
69
+ * maximum: 30
70
70
*/
71
71
@ javax .annotation .Nullable
72
72
public Integer getMaxRecommendations () {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public RelatedQuery setMaxRecommendations(Integer maxRecommendations) {
66
66
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
67
67
* no fallback request is made. Depending on the available recommendations and the other request
68
68
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69
- * maximum: 1000
69
+ * maximum: 30
70
70
*/
71
71
@ javax .annotation .Nullable
72
72
public Integer getMaxRecommendations () {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public TrendingFacetsQuery setMaxRecommendations(Integer maxRecommendations) {
66
66
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
67
67
* no fallback request is made. Depending on the available recommendations and the other request
68
68
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
69
- * maximum: 1000
69
+ * maximum: 30
70
70
*/
71
71
@ javax .annotation .Nullable
72
72
public Integer getMaxRecommendations () {
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public TrendingItemsQuery setMaxRecommendations(Integer maxRecommendations) {
69
69
* Maximum number of recommendations to retrieve. By default, all recommendations are returned and
70
70
* no fallback request is made. Depending on the available recommendations and the other request
71
71
* parameters, the actual number of recommendations may be lower than this value. minimum: 1
72
- * maximum: 1000
72
+ * maximum: 30
73
73
*/
74
74
@ javax .annotation .Nullable
75
75
public Integer getMaxRecommendations () {
You can’t perform that action at this time.
0 commit comments