A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
Other
382
stars
132
forks
source link
lowercase get method in mget causes failed to derive from xcontent #85
The following call doesn't work from sense because of the lowercase get, although with other apis that (GET vs get) doesn't seem to be a problem:
causes a "failed to derive from xcontent error returned from elasticsearch, I guess because of the incorrect request body that gets sent.
Following call works perfectly though: