Added the `q` URL parameter to the `indices.validate_query` API

This commit is contained in:
Karel Minarik 2013-06-21 18:02:22 +02:00
parent 7bf106ede6
commit 2a85552b6a
1 changed files with 4 additions and 0 deletions

View File

@ -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"
}
}
},