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
7.16
all
ElasticsearchClient._transportOptions() returns null if no options were set on the client.
null
It would be more convenient to have this method default to returning the underlying transport's option in that case.
Similary it would be more convient to have withTransportOptions accept a builder lambda that augments existing options.
withTransportOptions
The text was updated successfully, but these errors were encountered:
filter_path
upvoting this!
Sorry, something went wrong.
No branches or pull requests
Java API client version
7.16
Java version
all
Elasticsearch Version
all
Problem description
ElasticsearchClient._transportOptions() returns
null
if no options were set on the client.It would be more convenient to have this method default to returning the underlying transport's option in that case.
Similary it would be more convient to have
withTransportOptions
accept a builder lambda that augments existing options.The text was updated successfully, but these errors were encountered: