Skip to content

Commit f0590fe

Browse files
committed
Fix spaces
1 parent 531181e commit f0590fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/async_search/submit/AsyncSearchSubmitRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ import { Duration } from '@_types/Time'
5555
/**
5656
* Run an async search.
5757
* 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.
58-
*
58+
*
5959
* Warning: Asynchronous search does not support scroll or search requests that include only the suggest section.
60-
*
60+
*
6161
* 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.
6262
* 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.
6363
* @rest_spec_name async_search.submit

0 commit comments

Comments
 (0)