Skip to content
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

High Level client dont include ignore_throttled as parameter #42358

Closed
kfuksman opened this issue May 22, 2019 · 2 comments · Fixed by #42393
Closed

High Level client dont include ignore_throttled as parameter #42358

kfuksman opened this issue May 22, 2019 · 2 comments · Fixed by #42393
Labels

Comments

@kfuksman
Copy link
Contributor

SearchRequest don't include ignore_throttled=false in the request.

SearchRequest searchRequest = new SearchRequest(); searchRequest.indicesOptions(IndicesOptions.fromOptions(true, true, true, false, searchRequest.indicesOptions().allowAliasesToMultipleIndices(), searchRequest.indicesOptions().forbidClosedIndices(), searchRequest.indicesOptions().ignoreAliases(), false)); SearchResponse response = client.search(searchRequest, RequestOptions.DEFAULT);

@diegosanw
Copy link

Same issue here.
It is not possible to query frozen indices.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants