elasticsearch-client icon indicating copy to clipboard operation
elasticsearch-client copied to clipboard

This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications.

Results 5 elasticsearch-client issues
Sort by recently updated
recently updated
newest added

Hi, I try to use the BulkProcessor but I can't configure correctly. I think that the problem is when configuring the handler, because the listener from the consumer has a...

I'd like to expose the high level Elastic client delegate and use methods not provided by the wrapper as: submitReindexTask​

Hello, With Gradle 6.0 being released, we now can benefit from [`withJavadocJar`, `withSourcesJar`](https://docs.gradle.org/6.0/release-notes.html#built-in-javadoc-and-sources-packaging-and-publishing). This should help removing stuff [here](https://github.com/reactiverse/elasticsearch-client/blob/master/build.gradle.kts#L87-L95). Never tried it so far, so I won't fancy a PR,...

Since vertx.io does not provide any official elasticsearch wrapper, then I come to this lib. I'm currently testing 0.9.0-ec7.10.1 with vertx-4.1.1, JDK 1.8. Here's my testing, ``` void TestEs(Vertx vertx,...

Hi! I am having difficulties to setup the ElasticSearch Sniffer: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/_usage.html `Sniffer.builder(lowLevelClient).build();` I was unable to get a hold of the LowLevelClient from io.reactiverse.elasticsearch.client.RestHighLevelClient. I'd really appreciate some help.