Skip to content

High Level client dont include ignore_throttled as parameter #42358

@kfuksman

Description

@kfuksman

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions