reactiverse / elasticsearch-client

This client exposes the Elasticsearch Java High Level REST Client for Eclipse Vert.x applications.
Apache License 2.0
39 stars 9 forks source link

How to get a hold of the LowLevelClient? #9

Open michaelhunziker opened 4 years ago

michaelhunziker commented 4 years ago

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.