Adding description of force and full options to indices.flush

This commit is contained in:
Honza Král
2014-01-06 18:20:30 +01:00
parent aaeab13f8b
commit 6d3a4e238d
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -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)