-
Notifications
You must be signed in to change notification settings - Fork 18
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
Vertx 3.0 support #21
Comments
I've been really dragging my feet on updating the docs. I have started a new branch here: This branch has support for elasticsearch 2.0.0. <dependency>
<groupId>com.englishtown.vertx</groupId>
<artifactId>vertx-elasticsearch-service</artifactId>
<version>2.2.0-SNAPSHOT</version>
</dependency> See the integration tests for usage examples: |
Thanks Adrian! I'm checking the integration test for usage examples specifically bulk indexing. |
The bulk API is not currently supported. How would you see that working? Use a |
@adrianluisgonzalez the dependency is not in maven repository yet
|
@adrianluisgonzalez I cloned the project and just pushed it to my local maven repository for the time being. |
It should be available in the snapshot repository: |
I know you already got TODO document update for Vertx 3.0 but am stucked on getting this to work on Vertx 3.0.
My maven dependencies is something like this:
Getting some bunch of exceptions:
The text was updated successfully, but these errors were encountered: