We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you want to do?
Tell us about your request.
The https://opensearch.org/docs/latest/clients/java/ page is out of date. There are a long list of things that need updating:
final ApacheHttpClient5TransportBuilder builder = ApacheHttpClient5TransportBuilder.builder(host);
final HttpHost host = new HttpHost("https", "localhost", 9200);
RestClient
Apache HttpClient 5
implementation 'org.opensearch.client:opensearch-java:2.8.1'
2.16.0
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all. 2.16, but I think it's been there a while.
What other resources are available?
n/a
The text was updated successfully, but these errors were encountered:
@epugh: Thanks for submitting this! Did you want to submit a PR updating the issues you see?
Sorry, something went wrong.
epugh
Naarcha-AWS
No branches or pull requests
What do you want to do?
Tell us about your request.
The https://opensearch.org/docs/latest/clients/java/ page is out of date. There are a long list of things that need updating:
final ApacheHttpClient5TransportBuilder builder = ApacheHttpClient5TransportBuilder.builder(host);
code doesn't exist.final HttpHost host = new HttpHost("https", "localhost", 9200);
is specifying parameters in the wrong orderRestClient
versusApache HttpClient 5
, guidence would be useful.implementation 'org.opensearch.client:opensearch-java:2.8.1'
however we are up to2.16.0
.Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
2.16, but I think it's been there a while.
What other resources are available?
n/a
The text was updated successfully, but these errors were encountered: