Module: Eson::Shared::Refresh
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/refresh.rb
Overview
Note:
The request supports the following parameters: max_num_segments, only_expunge_deletes, refresh, flush, wait_for_merge
Note:
Note:
The request can operate on multiple indices.
Note:
Requests using this API have the following properties:
Instance Method Summary collapse
-
#multi_index ⇒ true
The request can operate on multiple indices.
-
#parameters ⇒ Array<String>
The request supports the following parameters: max_num_segments, only_expunge_deletes, refresh, flush, wait_for_merge.
Methods included from API
multi_types, no_indices, source_param
Methods included from Chainable
Instance Method Details
#multi_index ⇒ true
The request can operate on multiple indices.
13 |
# File 'lib/eson/shared/indices/refresh.rb', line 13 multi_index true |
#parameters ⇒ Array<String>
The request supports the following parameters: max_num_segments, only_expunge_deletes, refresh, flush, wait_for_merge
16 17 18 19 20 |
# File 'lib/eson/shared/indices/refresh.rb', line 16 parameters :max_num_segments, :only_expunge_deletes, :refresh, :flush, :wait_for_merge |