spring-projects/spring-data-examples

Update the Elasticsearch example to use High level Rest client APIs

wolfdale opened this issue · 2 comments

Currently spring data elasticsearch example is using a deprecated client NodeClientFactoryBean. We should upgrade example to use Java High Level REST Client.

Blocked currently by #609.