Skip to content
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

ES 5.0? #14

Open
crashish opened this issue Nov 1, 2016 · 4 comments
Open

ES 5.0? #14

crashish opened this issue Nov 1, 2016 · 4 comments

Comments

@crashish
Copy link

crashish commented Nov 1, 2016

Any plans on supporting Elasticsearch 5?

@jlinn
Copy link
Owner

jlinn commented Nov 1, 2016

Definitely. I updated the code to work with ES 5 last weekend, but I ran into some trouble with Java security permissions when running the tests. I'm hoping to resolve those issues this weekend.

@jlinn
Copy link
Owner

jlinn commented Nov 6, 2016

v5.0.0.0 has been released. Let me know if you encounter any issues.

@netcelli-tux
Copy link

I'm running Es 5.0.1 but indexing fails:

java.util.ConcurrentModificationException
at java.util.ArrayList.sort(ArrayList.java:1456) ~[?:1.8.0_31]
at org.elasticsearch.index.analysis.url.URLTokenizer.setParts(URLTokenizer.java:94) ~[?:?]
at org.elasticsearch.index.analysis.url.URLTokenFilter.tokenize(URLTokenFilter.java:179) ~[?:?]
at org.elasticsearch.index.analysis.url.URLTokenFilter.advance(URLTokenFilter.java:147) ~[?:?]
at org.elasticsearch.index.analysis.url.URLTokenFilter.incrementToken(URLTokenFilter.java:122) ~[?:?]

I can reproduce it every time with bulk indexing.

@jlinn
Copy link
Owner

jlinn commented Dec 12, 2016

Interesting. Would you mind posting the mapping you're using so that I can reproduce it in a test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants