API generation
This commit is contained in:
@ -37,7 +37,7 @@ function buildClosePointInTime (opts) {
|
||||
/**
|
||||
* Perform a close_point_in_time request
|
||||
* Close a point in time
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html
|
||||
*/
|
||||
return function closePointInTime (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
@ -43,7 +43,7 @@ function buildOpenPointInTime (opts) {
|
||||
/**
|
||||
* Perform a open_point_in_time request
|
||||
* Open a point in time that can be used in subsequent searches
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html
|
||||
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html
|
||||
*/
|
||||
return function openPointInTime (params, options, callback) {
|
||||
options = options || {}
|
||||
|
||||
@ -6566,7 +6566,7 @@ client.closePointInTime({
|
||||
body: object
|
||||
})
|
||||
----
|
||||
link:{ref}/point-in-time.html[Documentation] +
|
||||
link:{ref}/point-in-time-api.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`body`
|
||||
@ -9116,7 +9116,7 @@ client.openPointInTime({
|
||||
keep_alive: string
|
||||
})
|
||||
----
|
||||
link:{ref}/point-in-time.html[Documentation] +
|
||||
link:{ref}/point-in-time-api.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`index`
|
||||
|
||||
Reference in New Issue
Block a user