Skip to content

Commit 48c97f4

Browse files
committed
[codegen] update to latest spec
1 parent 37f9b21 commit 48c97f4

25 files changed

+107
-302
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/core/OpenPointInTimeRequest.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@ public final Boolean allowPartialSearchResults() {
190190
* The type of index that wildcard patterns can match. If the request can target
191191
* data streams, this argument determines whether wildcard expressions match
192192
* hidden data streams. It supports comma-separated values, such as
193-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
194-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
195-
* <code>none</code>.
193+
* <code>open,hidden</code>.
196194
* <p>
197195
* API name: {@code expand_wildcards}
198196
*/
@@ -344,9 +342,7 @@ public final Builder allowPartialSearchResults(@Nullable Boolean value) {
344342
* The type of index that wildcard patterns can match. If the request can target
345343
* data streams, this argument determines whether wildcard expressions match
346344
* hidden data streams. It supports comma-separated values, such as
347-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
348-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
349-
* <code>none</code>.
345+
* <code>open,hidden</code>.
350346
* <p>
351347
* API name: {@code expand_wildcards}
352348
* <p>
@@ -361,9 +357,7 @@ public final Builder expandWildcards(List<ExpandWildcard> list) {
361357
* The type of index that wildcard patterns can match. If the request can target
362358
* data streams, this argument determines whether wildcard expressions match
363359
* hidden data streams. It supports comma-separated values, such as
364-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
365-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
366-
* <code>none</code>.
360+
* <code>open,hidden</code>.
367361
* <p>
368362
* API name: {@code expand_wildcards}
369363
* <p>

java-client/src/main/java/co/elastic/clients/elasticsearch/core/SearchShardsRequest.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ public final Boolean allowNoIndices() {
136136
* Type of index that wildcard patterns can match. If the request can target
137137
* data streams, this argument determines whether wildcard expressions match
138138
* hidden data streams. Supports comma-separated values, such as
139-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
140-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
141-
* <code>none</code>.
139+
* <code>open,hidden</code>.
142140
* <p>
143141
* API name: {@code expand_wildcards}
144142
*/
@@ -265,9 +263,7 @@ public final Builder allowNoIndices(@Nullable Boolean value) {
265263
* Type of index that wildcard patterns can match. If the request can target
266264
* data streams, this argument determines whether wildcard expressions match
267265
* hidden data streams. Supports comma-separated values, such as
268-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
269-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
270-
* <code>none</code>.
266+
* <code>open,hidden</code>.
271267
* <p>
272268
* API name: {@code expand_wildcards}
273269
* <p>
@@ -282,9 +278,7 @@ public final Builder expandWildcards(List<ExpandWildcard> list) {
282278
* Type of index that wildcard patterns can match. If the request can target
283279
* data streams, this argument determines whether wildcard expressions match
284280
* hidden data streams. Supports comma-separated values, such as
285-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
286-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
287-
* <code>none</code>.
281+
* <code>open,hidden</code>.
288282
* <p>
289283
* API name: {@code expand_wildcards}
290284
* <p>

java-client/src/main/java/co/elastic/clients/elasticsearch/core/SearchTemplateRequest.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,7 @@ public final Boolean ccsMinimizeRoundtrips() {
169169
* The type of index that wildcard patterns can match. If the request can target
170170
* data streams, this argument determines whether wildcard expressions match
171171
* hidden data streams. Supports comma-separated values, such as
172-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
173-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
174-
* <code>none</code>.
172+
* <code>open,hidden</code>.
175173
* <p>
176174
* API name: {@code expand_wildcards}
177175
*/
@@ -440,9 +438,7 @@ public final Builder ccsMinimizeRoundtrips(@Nullable Boolean value) {
440438
* The type of index that wildcard patterns can match. If the request can target
441439
* data streams, this argument determines whether wildcard expressions match
442440
* hidden data streams. Supports comma-separated values, such as
443-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
444-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
445-
* <code>none</code>.
441+
* <code>open,hidden</code>.
446442
* <p>
447443
* API name: {@code expand_wildcards}
448444
* <p>
@@ -457,9 +453,7 @@ public final Builder expandWildcards(List<ExpandWildcard> list) {
457453
* The type of index that wildcard patterns can match. If the request can target
458454
* data streams, this argument determines whether wildcard expressions match
459455
* hidden data streams. Supports comma-separated values, such as
460-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
461-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
462-
* <code>none</code>.
456+
* <code>open,hidden</code>.
463457
* <p>
464458
* API name: {@code expand_wildcards}
465459
* <p>

java-client/src/main/java/co/elastic/clients/elasticsearch/core/UpdateByQueryRequest.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,7 @@ public final String df() {
440440
* The type of index that wildcard patterns can match. If the request can target
441441
* data streams, this argument determines whether wildcard expressions match
442442
* hidden data streams. It supports comma-separated values, such as
443-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
444-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
445-
* <code>none</code>.
443+
* <code>open,hidden</code>.
446444
* <p>
447445
* API name: {@code expand_wildcards}
448446
*/
@@ -992,9 +990,7 @@ public final Builder df(@Nullable String value) {
992990
* The type of index that wildcard patterns can match. If the request can target
993991
* data streams, this argument determines whether wildcard expressions match
994992
* hidden data streams. It supports comma-separated values, such as
995-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
996-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
997-
* <code>none</code>.
993+
* <code>open,hidden</code>.
998994
* <p>
999995
* API name: {@code expand_wildcards}
1000996
* <p>
@@ -1009,9 +1005,7 @@ public final Builder expandWildcards(List<ExpandWildcard> list) {
10091005
* The type of index that wildcard patterns can match. If the request can target
10101006
* data streams, this argument determines whether wildcard expressions match
10111007
* hidden data streams. It supports comma-separated values, such as
1012-
* <code>open,hidden</code>. Valid values are: <code>all</code>,
1013-
* <code>open</code>, <code>closed</code>, <code>hidden</code>,
1014-
* <code>none</code>.
1008+
* <code>open,hidden</code>.
10151009
* <p>
10161010
* API name: {@code expand_wildcards}
10171011
* <p>

0 commit comments

Comments
 (0)