Skip to content

Commit d2a8ef1

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 263280a commit d2a8ef1

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

specification/_json_spec/async_search.submit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
},
7070
"default_operator": {
7171
"type": "enum",
72-
"options": ["AND", "OR"],
73-
"default": "OR",
72+
"options": ["and", "or"],
73+
"default": "or",
7474
"description": "The default operator for query string query (AND or OR)"
7575
},
7676
"df": {

specification/_json_spec/count.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
},
8282
"default_operator": {
8383
"type": "enum",
84-
"options": ["AND", "OR"],
85-
"default": "OR",
84+
"options": ["and", "or"],
85+
"default": "or",
8686
"description": "The default operator for query string query (AND or OR)"
8787
},
8888
"df": {

specification/_json_spec/delete_by_query.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"default_operator": {
3838
"type": "enum",
39-
"options": ["AND", "OR"],
40-
"default": "OR",
39+
"options": ["and", "or"],
40+
"default": "or",
4141
"description": "The default operator for query string query (AND or OR)"
4242
},
4343
"df": {

specification/_json_spec/explain.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"default_operator": {
4242
"type": "enum",
43-
"options": ["AND", "OR"],
44-
"default": "OR",
43+
"options": ["and", "or"],
44+
"default": "or",
4545
"description": "The default operator for query string query (AND or OR)"
4646
},
4747
"df": {

specification/_json_spec/indices.validate_query.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"default_operator": {
6767
"type": "enum",
68-
"options": ["AND", "OR"],
69-
"default": "OR",
68+
"options": ["and", "or"],
69+
"default": "or",
7070
"description": "The default operator for query string query (AND or OR)"
7171
},
7272
"df": {

specification/_json_spec/search.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"default_operator": {
4747
"type": "enum",
48-
"options": ["AND", "OR"],
49-
"default": "OR",
48+
"options": ["and", "or"],
49+
"default": "or",
5050
"description": "The default operator for query string query (AND or OR)"
5151
},
5252
"df": {

specification/_json_spec/update_by_query.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"default_operator": {
3838
"type": "enum",
39-
"options": ["AND", "OR"],
40-
"default": "OR",
39+
"options": ["and", "or"],
40+
"default": "or",
4141
"description": "The default operator for query string query (AND or OR)"
4242
},
4343
"df": {

0 commit comments

Comments
 (0)