This commit is contained in:
committed by
Tomas Della Vedova
parent
6d8544dff2
commit
69805d8393
@ -38,6 +38,11 @@ function buildIndicesFlushSynced (opts) {
|
||||
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) {
|
||||
options = options || {}
|
||||
if (typeof options === 'function') {
|
||||
|
||||
Reference in New Issue
Block a user