pelias / schema

elasticsearch schema files and tooling
MIT License
40 stars 76 forks source link

feat(es7): remove _all mapping #424

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

The _all field was deprecated in Elasticsearch 6 and completely removed in Elasticsearch 7.

Pelias has disabled this field for quite some time, however now that we have dropped support for ES5, we can remove this configuration option.

This happens to be the final change required to add support for ES7! :tada:

Connects https://github.com/pelias/pelias/issues/831