Live data from Hacker News

An overview of all possible calls in Elasticsearch

elasticsearch-api.info

1–10 of 21 posts

Re: An overview of all possible calls in Elasticsearch

#6
post #2

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)

Re: An overview of all possible calls in Elasticsearch

#8
post #2

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 out…

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. :)

Re: An overview of all possible calls in Elasticsearch

#9
post #2

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 out…

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.
Post reply on HN