-
Notifications
You must be signed in to change notification settings - Fork 438
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
contrib/olivere/elastic: support v7 #620
Comments
Have you tried using the existing integration with the new v7 version of the library? We don't have tests for v7 currently, but I don't see why we can't add some. |
Looking at their README it looks to me like they are using the new Go modules type path for this. However I can't see it defined as a an import path checking comment anywhere in the code base. We should be able to fully support this once we switch to modules (ref #471). We're planning to do this soon. |
#672 has been merged, so we should be able to do this work now, if there is still interest. Please see also #471 (comment) |
Hi, any update on v7 support? |
@Mangosteen-Yang None yet, but we're happy to have help if anyone is interested in doing this. |
@knusbaum Within the |
@AHHussain569 These ports are expected and hard-coded into the tests which may not be ideal. |
olivere/elastic has a newer client (v7) than is currently supported. This newer client is required to interface with ElasticSearch v7. It has changed its import path to github.com/olivere/elastic/v7.
The text was updated successfully, but these errors were encountered: