Skip to content

Commit 1c36082

Browse files
algolia-botkai687
andcommitted
fix(specs): responseFields description (generated)
algolia/api-clients-automation#4399 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 3c01f97 commit 1c36082

9 files changed

+72
-45
lines changed

algoliasearch/src/main/java/com/algolia/model/recommend/FallbackParams.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1722,11 +1722,14 @@ public FallbackParams addResponseFields(String responseFieldsItem) {
17221722
}
17231723

17241724
/**
1725-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1726-
* response properties are included. To reduce the response size, you can select, which attributes
1727-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1728-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1729-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1725+
* Properties to include in the API response of search and browse requests. By default, all
1726+
* response properties are included. To reduce the response size, you can select which properties
1727+
* should be included. An empty list may lead to an empty API response (except properties you
1728+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1729+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1730+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1731+
* might also depend on other properties, for example, for pagination. Before restricting the
1732+
* response size, check the impact on your search experience.
17301733
*/
17311734
@javax.annotation.Nullable
17321735
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/recommend/RecommendSearchParams.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1722,11 +1722,14 @@ public RecommendSearchParams addResponseFields(String responseFieldsItem) {
17221722
}
17231723

17241724
/**
1725-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1726-
* response properties are included. To reduce the response size, you can select, which attributes
1727-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1728-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1729-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1725+
* Properties to include in the API response of search and browse requests. By default, all
1726+
* response properties are included. To reduce the response size, you can select which properties
1727+
* should be included. An empty list may lead to an empty API response (except properties you
1728+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1729+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1730+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1731+
* might also depend on other properties, for example, for pagination. Before restricting the
1732+
* response size, check the impact on your search experience.
17301733
*/
17311734
@javax.annotation.Nullable
17321735
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/BrowseParamsObject.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1300,11 +1300,14 @@ public BrowseParamsObject addResponseFields(String responseFieldsItem) {
13001300
}
13011301

13021302
/**
1303-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1304-
* response properties are included. To reduce the response size, you can select, which attributes
1305-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1306-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1307-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1303+
* Properties to include in the API response of search and browse requests. By default, all
1304+
* response properties are included. To reduce the response size, you can select which properties
1305+
* should be included. An empty list may lead to an empty API response (except properties you
1306+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1307+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1308+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1309+
* might also depend on other properties, for example, for pagination. Before restricting the
1310+
* response size, check the impact on your search experience.
13081311
*/
13091312
@javax.annotation.Nullable
13101313
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/ConsequenceParams.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1291,11 +1291,14 @@ public ConsequenceParams addResponseFields(String responseFieldsItem) {
12911291
}
12921292

12931293
/**
1294-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1295-
* response properties are included. To reduce the response size, you can select, which attributes
1296-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1297-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1298-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1294+
* Properties to include in the API response of search and browse requests. By default, all
1295+
* response properties are included. To reduce the response size, you can select which properties
1296+
* should be included. An empty list may lead to an empty API response (except properties you
1297+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1298+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1299+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1300+
* might also depend on other properties, for example, for pagination. Before restricting the
1301+
* response size, check the impact on your search experience.
12991302
*/
13001303
@javax.annotation.Nullable
13011304
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/IndexSettings.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1228,11 +1228,14 @@ public IndexSettings addResponseFields(String responseFieldsItem) {
12281228
}
12291229

12301230
/**
1231-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1232-
* response properties are included. To reduce the response size, you can select, which attributes
1233-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1234-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1235-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1231+
* Properties to include in the API response of search and browse requests. By default, all
1232+
* response properties are included. To reduce the response size, you can select which properties
1233+
* should be included. An empty list may lead to an empty API response (except properties you
1234+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1235+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1236+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1237+
* might also depend on other properties, for example, for pagination. Before restricting the
1238+
* response size, check the impact on your search experience.
12361239
*/
12371240
@javax.annotation.Nullable
12381241
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/SearchForFacets.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1326,11 +1326,14 @@ public SearchForFacets addResponseFields(String responseFieldsItem) {
13261326
}
13271327

13281328
/**
1329-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1330-
* response properties are included. To reduce the response size, you can select, which attributes
1331-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1332-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1333-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1329+
* Properties to include in the API response of search and browse requests. By default, all
1330+
* response properties are included. To reduce the response size, you can select which properties
1331+
* should be included. An empty list may lead to an empty API response (except properties you
1332+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1333+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1334+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1335+
* might also depend on other properties, for example, for pagination. Before restricting the
1336+
* response size, check the impact on your search experience.
13341337
*/
13351338
@javax.annotation.Nullable
13361339
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/SearchForHits.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1317,11 +1317,14 @@ public SearchForHits addResponseFields(String responseFieldsItem) {
13171317
}
13181318

13191319
/**
1320-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1321-
* response properties are included. To reduce the response size, you can select, which attributes
1322-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1323-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1324-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1320+
* Properties to include in the API response of search and browse requests. By default, all
1321+
* response properties are included. To reduce the response size, you can select which properties
1322+
* should be included. An empty list may lead to an empty API response (except properties you
1323+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1324+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1325+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1326+
* might also depend on other properties, for example, for pagination. Before restricting the
1327+
* response size, check the impact on your search experience.
13251328
*/
13261329
@javax.annotation.Nullable
13271330
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/SearchParamsObject.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1297,11 +1297,14 @@ public SearchParamsObject addResponseFields(String responseFieldsItem) {
12971297
}
12981298

12991299
/**
1300-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1301-
* response properties are included. To reduce the response size, you can select, which attributes
1302-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1303-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1304-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1300+
* Properties to include in the API response of search and browse requests. By default, all
1301+
* response properties are included. To reduce the response size, you can select which properties
1302+
* should be included. An empty list may lead to an empty API response (except properties you
1303+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1304+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1305+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1306+
* might also depend on other properties, for example, for pagination. Before restricting the
1307+
* response size, check the impact on your search experience.
13051308
*/
13061309
@javax.annotation.Nullable
13071310
public List<String> getResponseFields() {

algoliasearch/src/main/java/com/algolia/model/search/SettingsResponse.java

+8-5
Original file line numberDiff line numberDiff line change
@@ -1231,11 +1231,14 @@ public SettingsResponse addResponseFields(String responseFieldsItem) {
12311231
}
12321232

12331233
/**
1234-
* Properties to include in the API response of `search` and `browse` requests. By default, all
1235-
* response properties are included. To reduce the response size, you can select, which attributes
1236-
* should be included. You can't exclude these properties: `message`, `warning`, `cursor`,
1237-
* `serverUsed`, `indexUsed`, `abTestVariantID`, `parsedQuery`, or any property triggered by the
1238-
* `getRankingInfo` parameter. Don't exclude properties that you might need in your search UI.
1234+
* Properties to include in the API response of search and browse requests. By default, all
1235+
* response properties are included. To reduce the response size, you can select which properties
1236+
* should be included. An empty list may lead to an empty API response (except properties you
1237+
* can't exclude). You can't exclude these properties: `message`, `warning`, `cursor`,
1238+
* `abTestVariantID`, or any property added by setting `getRankingInfo` to true. Your search
1239+
* depends on the `hits` field. If you omit this field, searches won't return any results. Your UI
1240+
* might also depend on other properties, for example, for pagination. Before restricting the
1241+
* response size, check the impact on your search experience.
12391242
*/
12401243
@javax.annotation.Nullable
12411244
public List<String> getResponseFields() {

0 commit comments

Comments
 (0)