Last active
August 29, 2015 14:01
-
-
Save shrink0r/82af462b281b4b547f0b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| https://s3-us-west-2.amazonaws.com/elasticsearch-hackfest/localnews.bulk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
mapping.jsonfile specifies a ICU plugin for sorting correctly in german etc. You can remove that part from the mapping or install the necessary plugin:bin/plugin -install elasticsearch/elasticsearch-analysis-icu/2.0.0This should make the indexing work then.