mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
[SPEC] Added the percolator_format
URL parameter to the "Percolate" API spec
This commit is contained in:
parent
65ce5acfb4
commit
0e920c17dd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user