-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(schema): Use a single Elasticsearch mapping type
Currently, we define a unique Elasticsearch mapping type for each layer. There are 20 different layers in our standard datsets now, but all the mapping types are identical. This currently is non-optimal, but not really a big deal. However, in Elasticsearch 6, multiple mapping types are no longer supported. So we might as well get ahead of things now and do it. One immediate benefit, this change removes 4370 duplicate mapping type definition lines from the expected schema fixture. The time saved in updating that file alone when we make future changes will be huge! :) Connects pelias/pelias#719
- Loading branch information
1 parent
11b4599
commit 4d36398
Showing
13 changed files
with
91 additions
and
7,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.