[SPEC] Added the percolator_format URL parameter to the "Percolate" API spec

This commit is contained in:
Karel Minarik 2014-05-23 18:26:17 +02:00
parent 65ce5acfb4
commit 0e920c17dd

View File

@ -53,6 +53,11 @@
"type" : "string",
"description" : "The type to percolate document into. Defaults to type."
},
"percolate_format": {
"type" : "enum",
"options" : ["ids"],
"description" : "Return an array of matching query IDs instead of objects"
},
"version" : {
"type" : "number",
"description" : "Explicit version number for concurrency control"