-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
Elasticsearch version: 5.x
There are a few different tickets that have been created for what I see as a single bug in lack of minimum detail/examples in our documentation for the Java API.
This ticket is to provide a place to collate this effort since creating the minimum level of documentation probably shouldn't be done in a piecemeal or adhoc way as people encounter individual issues with it.
Related tickets in the Elastic repo:
- Documentation for reindex API is not available for JAVA API #24203 - Documentation for reindex API is not available for JAVA API
- Documentation for UpdateByQuery #18787 - Documentation for UpdateByQuery
- Link to javadocs #23761 - Link to javadocs
- JBoss Module doc needs updating #18848 - JBoss Module doc needs updating
- Request to change name of WrapperQueryBuilder (org.elasticsearch.index.query) #11591 - Request to change name of WrapperQueryBuilder (org.elasticsearch.index.query)
There's also the valuable discussion in our Elastic Cloud X-Pack Transport Example repo that has a specific example of using HostFailureListener to deal with dns/ip changes for Elasticsearch endpoints that needs to be well documented with a code example as best practice in docs for Java API client usage:
- Transport client best practices found-shield-example#9 - Transport client best practices
So we need to determine some minimum level of documentation requirement then fulfil such a requirement by improving the documentation.
The documentation could then be turned into a solid example in the Elastic Cloud X-Pack Transport Example repo as a reference.