Skip to content

Commit

Permalink
Fix spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Sep 26, 2024
1 parent 531181e commit f0590fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/async_search/submit/AsyncSearchSubmitRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ import { Duration } from '@_types/Time'
/**
* Run an async search.
* When the primary sort of the results is an indexed field, shards get sorted based on minimum and maximum value that they hold for that field. Partial results become available following the sort criteria that was requested.
*
*
* Warning: Asynchronous search does not support scroll or search requests that include only the suggest section.
*
*
* By default, Elasticsearch does not allow you 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.
* @rest_spec_name async_search.submit
Expand Down

0 comments on commit f0590fe

Please sign in to comment.