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": {
|
||||
"type" : "string",
|
||||
"description" : "The URL-encoded query definition (instead of using the request body)"
|
||||
},
|
||||
"q": {
|
||||
"type" : "string",
|
||||
"description" : "Query in the Lucene query string syntax"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue