Method: Chewy::Index.default_import_options

Defined in:
lib/chewy/index.rb

.default_import_options(params) ⇒ Object



224
225
226
227
# File 'lib/chewy/index.rb', line 224

def default_import_options(params)
  params.assert_valid_keys(IMPORT_OPTIONS_KEYS)
  self._default_import_options = _default_import_options.merge(params)
end