Skip to content

Commit 79cf17d

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent a6b4919 commit 79cf17d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

output/schema/validation-errors.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
},
5252
"async_search.submit": {
5353
"request": [
54+
"Request: query parameter 'keep_alive' does not exist in the json spec",
55+
"Request: query parameter 'pre_filter_shard_size' does not exist in the json spec",
5456
"interface definition _types:QueryVectorBuilder - Property text_embedding is a single-variant and must be required",
5557
"type_alias definition _spec_utils:PipeSeparatedFlags / union_of / instance_of - No type definition for '_spec_utils.PipeSeparatedFlags:T'"
5658
],

specification/_json_spec/async_search.submit.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
"description": "Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)",
4040
"default": false
4141
},
42-
"keep_alive": {
43-
"type": "time",
44-
"description": "Update the time interval in which the results (partial or final) for this search will be available",
45-
"default": "5d"
46-
},
4742
"batched_reduce_size": {
4843
"type": "number",
4944
"description": "The number of shard results that should be reduced at once on the coordinating node. This value should be used as the granularity at which progress results will be made available.",
@@ -118,11 +113,6 @@
118113
"type": "string",
119114
"description": "Specify the node or shard the operation should be performed on (default: random)"
120115
},
121-
"pre_filter_shard_size": {
122-
"type": "number",
123-
"default": 1,
124-
"description": "Cannot be changed: this is to enforce the execution of a pre-filter roundtrip to retrieve statistics from each shard so that the ones that surely don’t hold any document matching the query get skipped."
125-
},
126116
"rest_total_hits_as_int": {
127117
"type": "boolean",
128118
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",

0 commit comments

Comments
 (0)