-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade to support ES 5.x #37
Comments
I have several changes I would like to contribute back to upgrade to ES 5+. I see that there is a test-with-newer-es branch opened by @jensens, but it's mostly isort and travis improvements, no ES-specific fixes. @jensens, should we keep going on your branch, or do you recommend starting over? |
Do with it what you want :) or what fits best for you/ your use-case. We (@agitator and I) decided to go a different path and created https://github.com/collective/collective.es.index |
Hmm, unfortunately, collective.es.index does not seem to work on Plone 4. |
I'm open to anyone else taking over maintenance. |
@fulv no, it was developed for 5.1 only. |
@vangheem I'd be glad to take over maintenance since I'm deep in elasticsearch work and need to make a bunch of upgrades. Thanks for granting me the requisite permissions. |
What is your pypi username? |
fulv |
@fulv added! @tkimnguyen also added you, Joel and Sam! |
It does not index on field base and try to mimic the catalog. The (optional) proxy index provided is a custom query on the ES, one use case is to use it as an drop-in index on SearchableText, but also as anything else and may query anything available. OTOH, one may query the ES from some view directly and may have really fast listings possible. |
I will be working on updating a project that uses collective.elasticsearch to ES version 5+. We've noticed several breaking changes in the es query DSL / API since es 2.4.3 and wonder if there is interest in committing our changes/fixes here.
The text was updated successfully, but these errors were encountered: