pelias / schema

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

Issue with creating schema #428

Closed srflaxu40 closed 4 years ago

srflaxu40 commented 4 years ago

Any reason for this error using the latest pelias schema repo master and ES 5.5?


--------------
 create index 
--------------

[class_cast_exception] java.lang.String cannot be cast to java.util.Map ```
missinglink commented 4 years ago

We actually dropped support for ES5 this week (as ES7 support is coming shortly) Please try again using the latest version of ES6

missinglink commented 4 years ago

related: https://github.com/pelias/pelias/issues/719#issuecomment-559063037

missinglink commented 4 years ago

Please do a pelias compose pull and try again, it should still fail but with a descriptive error message :)