Module: Eson::Shared::PutMapping
- Extended by:
- API
- Defined in:
- lib/eson/shared/indices/put_mapping.rb
Overview
Requests using this API have the following properties:
The request supports the following parameters: type, ignore_conflicts, mapping The request declares the following parameters as source parameters: mapping 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, ignore_conflicts, mapping.
-
#source_param ⇒ Array<String>
The request declares the following parameters as source parameters: mapping.
Methods included from API
Methods included from Chainable
Instance Method Details
#multi_index ⇒ true
The request can operate on multiple indices.
13 |
# File 'lib/eson/shared/indices/put_mapping.rb', line 13 multi_index true |
#parameters ⇒ Array<String>
The request supports the following parameters: type, ignore_conflicts, mapping
16 17 18 |
# File 'lib/eson/shared/indices/put_mapping.rb', line 16 parameters :type, :ignore_conflicts, :mapping |
#source_param ⇒ Array<String>
The request declares the following parameters as source parameters: mapping
21 |
# File 'lib/eson/shared/indices/put_mapping.rb', line 21 source_param :mapping |