Test run of new docs
This commit is contained in:
63
docs/reference-clear_scroll.asciidoc
Normal file
63
docs/reference-clear_scroll.asciidoc
Normal file
@ -0,0 +1,63 @@
|
||||
[[reference-clear_scroll]]
|
||||
|
||||
////////
|
||||
===========================================================================================================================
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ ||
|
||||
|| ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ ||
|
||||
|| ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ ||
|
||||
|| ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ ||
|
||||
|| ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ ||
|
||||
|| ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| This file is autogenerated, DO NOT send pull requests that changes this file directly. ||
|
||||
|| You should update the script that does the generation, which can be found in: ||
|
||||
|| https://github.com/elastic/elastic-client-generator-js ||
|
||||
|| ||
|
||||
|| You can run the script with the following command: ||
|
||||
|| npm run elasticsearch -- --version <version> ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
===========================================================================================================================
|
||||
////////
|
||||
|
||||
[discrete]
|
||||
=== client.clearScroll
|
||||
|
||||
Clear a scrolling search. Clear the search context and results for a scrolling search.
|
||||
|
||||
{ref}/clear-scroll-api.html[{es} documentation]
|
||||
|
||||
[discrete]
|
||||
==== Function signature
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
(ClearScrollRequest, options?): Promise<ClearScrollResponse>
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `ClearScrollRequest`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface ClearScrollRequest extends <<shared-type-request-base, RequestBase>> {
|
||||
scroll_id?: <<shared-type-scroll-ids, ScrollIds>>
|
||||
}
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `ClearScrollResponse`
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
interface ClearScrollResponse {
|
||||
succeeded: boolean
|
||||
num_freed: <<shared-type-integer, integer>>
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user