jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Allow override of mapping and settings for each (Index,Type) or for each (Index) or for all index #13

Open nithril opened 11 years ago

nithril commented 11 years ago

For example :

You can overwrite the settings and mapping when importing by using parameters in the form [<index>]_settings=<filename> or [<index>[_<type>]]_mapping=<filename>.