datakaveri/dx-resource-server

[Update] Use Elasticsearch java-api client instead of High level elastic client.

Closed this issue · 1 comments

#296

  • Need to update the high-level elastic client to the java-api client, high-level rest client is deprecated in favor of java-api client and may be removed in future releases.

https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high.html

completed with PR #334