This commit is contained in:
committed by
Tomas Della Vedova
parent
6d8544dff2
commit
69805d8393
@ -38,6 +38,11 @@ function buildIndicesFlushSynced (opts) {
|
|||||||
filterPath: 'filter_path'
|
filterPath: 'filter_path'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Perform a indices.flush_synced request
|
||||||
|
* Performs a synced flush operation on one or more indices.
|
||||||
|
* https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush-api.html
|
||||||
|
*/
|
||||||
return function indicesFlushSynced (params, options, callback) {
|
return function indicesFlushSynced (params, options, callback) {
|
||||||
options = options || {}
|
options = options || {}
|
||||||
if (typeof options === 'function') {
|
if (typeof options === 'function') {
|
||||||
|
|||||||
@ -2497,7 +2497,7 @@ client.indices.flushSynced({
|
|||||||
expand_wildcards: 'open' | 'closed' | 'none' | 'all'
|
expand_wildcards: 'open' | 'closed' | 'none' | 'all'
|
||||||
})
|
})
|
||||||
----
|
----
|
||||||
link:{ref}/indices-flush.html#synced-flush-api[Reference]
|
link:{ref}/indices-synced-flush-api.html[Reference]
|
||||||
[cols=2*]
|
[cols=2*]
|
||||||
|===
|
|===
|
||||||
|`index`
|
|`index`
|
||||||
|
|||||||
Reference in New Issue
Block a user