Module: EsExperiment::Actions::CreateIndex
- Included in:
- EsExperiment::Actions
- Defined in:
- lib/es_experiment/actions/create_index.rb
Instance Method Summary collapse
Instance Method Details
#create_index ⇒ Object
5 6 7 |
# File 'lib/es_experiment/actions/create_index.rb', line 5 def create_index client.indices.create index: config.index, body: config.schema end |