Updated dynamic mapper section

Backport of #21574 in master (6.0)
This commit is contained in:
David Pilato 2016-11-16 09:52:08 +01:00 committed by GitHub
parent 4ccd8e79c1
commit 2842e2752a
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ section for more information on mapping definitions.
Automatic index creation can be disabled by setting Automatic index creation can be disabled by setting
`action.auto_create_index` to `false` in the config file of all nodes. `action.auto_create_index` to `false` in the config file of all nodes.
Automatic mapping creation can be disabled by setting Automatic mapping creation can be disabled by setting
`index.mapper.dynamic` to `false` in the config files of all nodes (or `index.mapper.dynamic` to `false` per-index as an index setting.
on the specific index settings).
Automatic index creation can include a pattern based white/black list, Automatic index creation can include a pattern based white/black list,
for example, set `action.auto_create_index` to `+aaa*,-bbb*,+ccc*,-*` (+ for example, set `action.auto_create_index` to `+aaa*,-bbb*,+ccc*,-*` (+