Docs: Fix typo on percolate_format description

Closes #11215
This commit is contained in:
Eduardo Gurgel 2015-05-19 12:53:29 +12:00 committed by Clinton Gormley
parent 4d27d751fb
commit 0f3b3c0787
1 changed files with 2 additions and 2 deletions

View File

@ -210,8 +210,8 @@ comma separated string, in that case the request can be be executed on more than
* `ignore_unavailable` - Controls if missing concrete indices should silently be ignored. Same as is in the search API.
* `percolate_format` - If `ids` is specified then the matches array in the percolate response will contain a string
array of the matching ids instead of an array of objects. This can be useful to reduce the amount of data being send
back to the client. Obviously if there are to percolator queries with same id from different indices there is no way
the find out which percolator query belongs to what index. Any other value to `percolate_format` will be ignored.
back to the client. Obviously if there are two percolator queries with same id from different indices there is no way
to find out which percolator query belongs to what index. Any other value to `percolate_format` will be ignored.
.Additional request body options
* `filter` - Reduces the number queries to execute during percolating. Only the percolator queries that match with the