mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Added the q
URL parameter to the indices.validate_query
API
This commit is contained in:
parent
7bf106ede6
commit
2a85552b6a
@ -32,6 +32,10 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "The URL-encoded query definition (instead of using the request body)"
|
"description" : "The URL-encoded query definition (instead of using the request body)"
|
||||||
|
},
|
||||||
|
"q": {
|
||||||
|
"type" : "string",
|
||||||
|
"description" : "Query in the Lucene query string syntax"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user