Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
An overview of all possible calls in Elasticsearch (elasticsearch-api.info)
98 points by nl5887 on July 10, 2016 | hide | past | favorite | 18 comments


Man it's almost like there isn't an incentive to clearly and simply document open-source projects that are maintained largely by companies that profit from service contracts


This is handy. I find the documentation at the official website to often be severely lacking in many cases, so any additional resources are most welcome.


It blows my mind that they are actively opposed to supplying Javadocs. There is a 3-year issue regarding sharing documentation, with the only response along the lines of "just look at the source". The item was finally closed when other developers created servers to host the javadocs, though many of the method names don't have any documentation besides their method signature (ie method name, input types/names, and output)


There are $1600 2 day developer sessions concerning all things Elasticsearch offered by elastic.co . The cynic in me might assume that they give just enough documentation to let you know something is possible, but not enough for you to easily do so without the training. :)


Had to write a plugin to Elasticsearch recently. Was like a fun little hike into the source code without the documentation. On one hand, it could have been helpful. But on the other, I couldn't have learned a few internals of how ES works.


this is a great resource, wonder how the underlying docs.json is being created. would like to see it being extended to explain the query dsl.

fyi, the table doesn't render in Safari browser.


thx, will look at that. The docs.json is being generated from the rest-api-spec repo (https://github.com/elastic/elasticsearch/tree/master/rest-ap...). Will see if I can add more on the query dsl as well.


This is great! Nice work. I will be bookmarking this. Cheers.


Doesn't seem to work on mobile safari. Tapping links doesn't do anything.


Will take a look at this.


Would be nice to filter on version, because we use several different versions at our company, and ES tends to change fast.


Based on which Elasticsearch version was this generated?


To be sure, I did it a few months again. Will update and add the version as well. That will allow everyone to choose the right version.


Awesome, thanks. Elasticsearch changes a lot between versions (at least the query and filter api), so that will be very valuable.


Don't know if you've seen it, but different versions have been added.


This is phenomenal.


Thx!


would be even great if there're examples




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: