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

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