You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParams.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
importio.vrap.rmf.base.client.utils.Generated;
14
14
15
15
/**
16
-
* ProductSearchProjectionParams
16
+
* <p>The query parameters used for data integration with Product Projection parameters.</p>
17
17
*
18
18
* <hr>
19
19
* Example to create an instance using the builder pattern
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchProjectionParamsImpl.java
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchRequest.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,15 @@ public interface ProductSearchRequest {
42
42
publicSearchQuerygetQuery();
43
43
44
44
/**
45
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
45
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
46
46
* @return sort
47
47
*/
48
48
@Valid
49
49
@JsonProperty("sort")
50
50
publicList<SearchSorting> getSort();
51
51
52
52
/**
53
-
* <p>The maximum number of search results to be returned.</p>
53
+
* <p>The maximum number of search results to be returned in one page.</p>
54
54
* @return limit
55
55
*/
56
56
@@ -74,7 +74,7 @@ public interface ProductSearchRequest {
74
74
publicBooleangetMarkMatchingVariants();
75
75
76
76
/**
77
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
77
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
78
78
* @return productProjectionParameters
79
79
*/
80
80
@Valid
@@ -105,22 +105,22 @@ public interface ProductSearchRequest {
105
105
publicvoidsetQuery(finalSearchQueryquery);
106
106
107
107
/**
108
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
108
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
109
109
* @param sort values to be set
110
110
*/
111
111
112
112
@JsonIgnore
113
113
publicvoidsetSort(finalSearchSorting... sort);
114
114
115
115
/**
116
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
116
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
117
117
* @param sort values to be set
118
118
*/
119
119
120
120
publicvoidsetSort(finalList<SearchSorting> sort);
121
121
122
122
/**
123
-
* <p>The maximum number of search results to be returned.</p>
123
+
* <p>The maximum number of search results to be returned in one page.</p>
124
124
* @param limit value to be set
125
125
*/
126
126
@@ -141,7 +141,7 @@ public interface ProductSearchRequest {
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
144
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
145
145
* @param productProjectionParameters value to be set
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchRequestBuilder.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ public ProductSearchRequestBuilder query(@Nullable final com.commercetools.api.m
83
83
}
84
84
85
85
/**
86
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
86
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
87
87
* @param sort value to be set
88
88
* @return Builder
89
89
*/
@@ -94,7 +94,7 @@ public ProductSearchRequestBuilder sort(@Nullable final com.commercetools.api.mo
94
94
}
95
95
96
96
/**
97
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
97
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
98
98
* @param sort value to be set
99
99
* @return Builder
100
100
*/
@@ -106,7 +106,7 @@ public ProductSearchRequestBuilder sort(
106
106
}
107
107
108
108
/**
109
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
109
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
110
110
* @param sort value to be set
111
111
* @return Builder
112
112
*/
@@ -121,7 +121,7 @@ public ProductSearchRequestBuilder plusSort(
121
121
}
122
122
123
123
/**
124
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
124
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
125
125
* @param builder function to build the sort value
126
126
* @return Builder
127
127
*/
@@ -136,7 +136,7 @@ public ProductSearchRequestBuilder plusSort(
136
136
}
137
137
138
138
/**
139
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
139
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
140
140
* @param builder function to build the sort value
141
141
* @return Builder
142
142
*/
@@ -149,7 +149,7 @@ public ProductSearchRequestBuilder withSort(
149
149
}
150
150
151
151
/**
152
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
152
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
153
153
* @param builder function to build the sort value
154
154
* @return Builder
155
155
*/
@@ -160,7 +160,7 @@ public ProductSearchRequestBuilder addSort(
160
160
}
161
161
162
162
/**
163
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
163
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
164
164
* @param builder function to build the sort value
165
165
* @return Builder
166
166
*/
@@ -171,7 +171,7 @@ public ProductSearchRequestBuilder setSort(
171
171
}
172
172
173
173
/**
174
-
* <p>The maximum number of search results to be returned.</p>
174
+
* <p>The maximum number of search results to be returned in one page.</p>
175
175
* @param limit value to be set
176
176
* @return Builder
177
177
*/
@@ -204,7 +204,7 @@ public ProductSearchRequestBuilder markMatchingVariants(@Nullable final Boolean
204
204
}
205
205
206
206
/**
207
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
207
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
208
208
* @param builder function to build the productProjectionParameters value
209
209
* @return Builder
210
210
*/
@@ -218,7 +218,7 @@ public ProductSearchRequestBuilder productProjectionParameters(
218
218
}
219
219
220
220
/**
221
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
221
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
222
222
* @param builder function to build the productProjectionParameters value
223
223
* @return Builder
224
224
*/
@@ -231,7 +231,7 @@ public ProductSearchRequestBuilder withProductProjectionParameters(
231
231
}
232
232
233
233
/**
234
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
234
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
235
235
* @param productProjectionParameters value to be set
236
236
* @return Builder
237
237
*/
@@ -384,7 +384,7 @@ public com.commercetools.api.models.search.SearchQuery getQuery() {
384
384
}
385
385
386
386
/**
387
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
387
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
388
388
* @return sort
389
389
*/
390
390
@@ -394,7 +394,7 @@ public java.util.List<com.commercetools.api.models.search.SearchSorting> getSort
394
394
}
395
395
396
396
/**
397
-
* <p>The maximum number of search results to be returned.</p>
397
+
* <p>The maximum number of search results to be returned in one page.</p>
398
398
* @return limit
399
399
*/
400
400
@@ -424,7 +424,7 @@ public Boolean getMarkMatchingVariants() {
424
424
}
425
425
426
426
/**
427
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
427
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/product_search/ProductSearchRequestImpl.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,15 +74,15 @@ public com.commercetools.api.models.search.SearchQuery getQuery() {
74
74
}
75
75
76
76
/**
77
-
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance in descending order.</p>
77
+
* <p>Controls how results to your query are sorted. If not provided, the results are sorted by relevance score in descending order.</p>
* <p>The maximum number of search results to be returned.</p>
85
+
* <p>The maximum number of search results to be returned in one page.</p>
86
86
*/
87
87
88
88
publicIntegergetLimit() {
@@ -106,7 +106,7 @@ public Boolean getMarkMatchingVariants() {
106
106
}
107
107
108
108
/**
109
-
* <p>Set this field to <code>{}</code> to get the ProductProjection included in the ProductSearchResult. Include query parameters for controlling Reference Expansion or projections according to your needs. If not set, the result does not include the Product Projection.</p>
109
+
* <p>Controls data integration with Product Projection parameters. If not set, the result does not include the Product Projection.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/search/SearchSorting.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
importjakarta.validation.constraints.NotNull;
17
17
18
18
/**
19
-
* <p>Sorting parameters provided with a Search request. Sorting allows you to control how results to your query are sorted. If no sorting is specified, the results are sorted by relevance in descending (<code>desc</code>) order.</p>
19
+
* <p>Sorting parameters provided with a Search request.</p>
20
20
*
21
21
* <hr>
22
22
* Example to create an instance using the builder pattern
@@ -34,7 +34,7 @@
34
34
publicinterfaceSearchSorting {
35
35
36
36
/**
37
-
* <p>Use any searchable field of the resource as sort criterion.</p>
37
+
* <p>Use any searchable field of the resource as sort criterion, or <code>"score"</code> to sort by relevance score calculated by the API.</p>
38
38
* @return field
39
39
*/
40
40
@NotNull
@@ -82,7 +82,7 @@ public interface SearchSorting {
82
82
publicSearchQueryExpressiongetFilter();
83
83
84
84
/**
85
-
* <p>Use any searchable field of the resource as sort criterion.</p>
85
+
* <p>Use any searchable field of the resource as sort criterion, or <code>"score"</code> to sort by relevance score calculated by the API.</p>
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/search/SearchSortingBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public class SearchSortingBuilder implements Builder<SearchSorting> {
Copy file name to clipboardExpand all lines: commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/search/SearchSortingImpl.java
* <p>Sorting parameters provided with a Search request. Sorting allows you to control how results to your query are sorted. If no sorting is specified, the results are sorted by relevance in descending (<code>desc</code>) order.</p>
20
+
* <p>Sorting parameters provided with a Search request.</p>
0 commit comments