Generate heading IDs
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
[[client.asyncSearch.get]]
|
||||
=== client.asyncSearch.get
|
||||
|
||||
Get async search results. Retrieve the results of a previously submitted asynchronous search request. If the Elasticsearch security features are enabled, access to the results of a specific async search is restricted to the user or API key that submitted it.
|
||||
@ -65,7 +66,7 @@ interface AsyncSearchGetRequest extends <<RequestBase>> {
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
type AsyncSearchGetResponse<TDocument = unknown, TAggregations = Record<<<AggregateName>>, AggregationsAggregate>> = AsyncSearchAsyncSearchDocumentResponseBase<TDocument, TAggregations>
|
||||
type AsyncSearchGetResponse<TDocument = unknown, TAggregations = Record<<<AggregateName>>, <<AggregationsAggregate>>>> = AsyncSearchAsyncSearchDocumentResponseBase<TDocument, TAggregations>
|
||||
|
||||
[pass]
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user