ropensci / elastic

R client for the Elasticsearch HTTP API
https://docs.ropensci.org/elastic
Other
245 stars 58 forks source link

Fix percolate #176

Closed sckott closed 6 years ago

sckott commented 7 years ago

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-percolate.html#_multi_percolate_api deprecated, but should still work with older ES versions, so need to add a nice stop message for this

Make sure "percolate queries" work, add egs https://www.elastic.co/guide/en/elasticsearch/reference/5.5/query-dsl-percolate-query.html for search and search_uri

sckott commented 6 years ago

not doing multipercolate yet, opened new issue for that #198