-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Expands client documentation #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! I left a comment about a missing link.
docs/introduction.asciidoc
Outdated
Client that takes care of all transport-level concerns: HTTP connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link Java Low Level REST Client
to https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/java-rest-low.html ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch, thanks! Addressed via 79c3854.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
[DOCS] Expands client documentation # Conflicts: # docs/connecting.asciidoc # docs/installation.asciidoc
Overview
This PR adds new pieces of content to the Java API Client documentation.
Elasticsearch Java API Client