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