-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Es5 compat #195
Es5 compat #195
Conversation
Hey @fifthestateinc /@cag, can you rebase this on top of master? I just merged #196 which includes an updated version of pelias-config and the changes to support the removal of the |
@orangejulius Hey I didn't know about rebasing until now. Thanks! |
Hey everybody! It's not allowed in ES5 to create index by POST, here's the output of both res and err:
|
@kradem I was looking at this a couple days ago and this branch had some issues such as the one you mentioned. I merged the code in to a branch called es5-compat on this repo and fixed the issues, have a look at that branch. Also, ensure that your
|
see the new docker repo for an easy way of experimenting with es5 |
@missinglink LGTM, let's close this PR in favor of your branch. |
Hi @missinglink! I successfuly installed and run importers (guided by
And upon search an error occurs (excerpt from
And excerpt from
|
This is on hold until we're ready to upgrade to elasticsearch 5 (which is not on our calendar as a firm date but it's definitely important to us). |
It turns out the geohash parameters that this PR allowed us to enable for ES2 while disabling for ES5 were actually deprecated in ES 2.3 and 2.4 and so we were able to remove them completely in #321. So we don't need this PR any more. |
The tests here will fail unless pelias/config#45 is accepted because the fixture sets an expectation for the index_concurrency field, but that is moot for 5.x compat.