You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when
26
21
# unavailable (missing, closed, etc)
27
-
# @option arguments [Boolean] :refresh Refresh the index after performing the operation
22
+
# @option arguments [Boolean] :wait_if_ongoing If set to true the flush operation will block until the flush can be executed if another flush operation is already executing. If set to false the flush will be skipped if another flush operation is already running. (Default: true)
0 commit comments