Module: Eson::Shared::DeleteMapping
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/delete_mapping.rb
Overview
Requests using this API have the following properties:
The request supports the following parameters: type 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: type.
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.
16 |
# File 'lib/eson/shared/indices/delete_mapping.rb', line 16 multi_index true |
#parameters ⇒ Array<String>
The request supports the following parameters: type
13 |
# File 'lib/eson/shared/indices/delete_mapping.rb', line 13 parameters :type |