Adding description of force and full options to indices.flush
This commit is contained in:
@@ -59,8 +59,10 @@ class IndicesClient(NamespacedClient):
|
||||
|
||||
:arg index: A comma-separated list of index names; use `_all` or empty
|
||||
string for all indices
|
||||
:arg force: TODO: ?
|
||||
:arg full: TODO: ?
|
||||
:arg force: Whether a flush should be forced even if it is not
|
||||
necessarily needed ie. if no changes will be committed to the index.
|
||||
:arg full: If set to true a new index writer is created and settings
|
||||
that have been changed related to the index writer will be refreshed.
|
||||
:arg allow_no_indices: Whether to ignore if a wildcard indices
|
||||
expression resolves into no concrete indices. (This includes `_all` string or
|
||||
when no indices have been specified)
|
||||
|
||||
+1
-1
Submodule rest-api-spec updated: 8517d8954e...af2b7762f7
Reference in New Issue
Block a user