-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes elasticsearch index templates explicit
We've had various concerns about performance and size in elasticsearch. This moves to explicit vs dynamic mappings, and eliminates features not used. A side effect is that new fields have to be added as soon as they are used in our search api. This rarely occurs.
- Loading branch information
Adrian Cole
committed
Apr 13, 2017
1 parent
ab2ab63
commit 572fd60
Showing
1 changed file
with
32 additions
and
46 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