Re: Elasticsearch rest client

2018-11-27 Thread Alain Picard
e more > >> prefereable > >> > >> Greets, > >> Roy > >> > >>> On 24 Nov 2018, at 15:44, Alain Picard < > apic...@benchmarkconsulting.com> > >> wrote: > >>> > >>> Roy, > >>> > >>&

Re: Elasticsearch rest client

2018-11-26 Thread Roy Teeuwen
list from our >>> search bundle and it includes the high-level client. >>> >>> YMMV >>> >>> Cheers, >>> Alain >>> >>> lib/elasticsearch-6.4.0.jar, >>> lib/elasticsearch-rest-high-level-client-6.4.0.jar, >>>

Re: Elasticsearch rest client

2018-11-25 Thread Alain Picard
how well that will match for you, but here's the list from our > > search bundle and it includes the high-level client. > > > > YMMV > > > > Cheers, > > Alain > > > > lib/elasticsearch-6.4.0.jar, > > lib/elasticsearch-rest-high-level-

Re: Elasticsearch rest client

2018-11-25 Thread Roy Teeuwen
; > YMMV > > Cheers, > Alain > > lib/elasticsearch-6.4.0.jar, > lib/elasticsearch-rest-high-level-client-6.4.0.jar, > lib/elasticsearch-rest-client-6.4.0.jar, > lib/elasticsearch-core-6.4.0.jar, > lib/lucene-core-7.4.0.jar, > lib/lucene-queryparser-7.4.0.jar,

Re: Elasticsearch rest client

2018-11-24 Thread Francois Papon
o use the Elasticsearch rest client (version 6) in Felix / > Sling, but it seems I am only capable of using the (wrapped) low level rest > client because the high level one has sooo many dependencies and I haven't > been capable to get it to work yet. Anyone maybe ever made a wrapper

Re: Elasticsearch rest client

2018-11-24 Thread Jean-Baptiste Onofré
Hi Roy, you can take a look on the Karaf Decanter Elasticsearch REST appender: https://github.com/apache/karaf-decanter/tree/master/appender/elasticsearch-rest Regards JB On 24/11/2018 15:08, Roy Teeuwen wrote: > Hey, > > I am trying to use the Elasticsearch rest client (version 6)

Re: Elasticsearch rest client

2018-11-24 Thread Alain Picard
Roy, Not sure how well that will match for you, but here's the list from our search bundle and it includes the high-level client. YMMV Cheers, Alain lib/elasticsearch-6.4.0.jar, lib/elasticsearch-rest-high-level-client-6.4.0.jar, lib/elasticsearch-rest-client-6.4.0.jar, lib/elastics

Elasticsearch rest client

2018-11-24 Thread Roy Teeuwen
Hey, I am trying to use the Elasticsearch rest client (version 6) in Felix / Sling, but it seems I am only capable of using the (wrapped) low level rest client because the high level one has sooo many dependencies and I haven't been capable to get it to work yet. Anyone maybe ever m