Module: Eson::Shared::ClearCache
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/clear_cache.rb
Overview
Requests using this API have the following properties:
The request supports the following parameters: filter, field_data, bloom The request can operate on multiple indices.
Instance Method Summary collapse
-
#multi_index ⇒ true
The request can operate on multiple indices.
-
#parameters ⇒ Array<String>
The request supports the following parameters: filter, field_data, bloom.
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/clear_cache.rb', line 13 multi_index true |
#parameters ⇒ Array<String>
The request supports the following parameters: filter, field_data, bloom
16 17 18 |
# File 'lib/eson/shared/indices/clear_cache.rb', line 16 parameters :filter, :field_data, :bloom |