Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/search/async-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ nor search requests that only include the <<search-suggesters,suggest section>>.
WARNING: By default, {es} doesn't allow to store an async search response
larger than 10Mb, and an attempt to do this results in an error. The maximum
allowed size for a stored async search response can be set by changing the
`search.max_async_search_response_size` cluster level setting.
`search.max_async_search_response_size` (<<dynamic-cluster-setting,Dynamic>>) cluster level setting.

[[get-async-search]]
==== Get async search
Expand Down
Loading