#497 - Add Example for Elasticsearch High Level REST Client.

This commit is contained in:
Christoph Strobl
2019-08-08 14:36:17 +02:00
committed by Oliver Drotbohm
parent 97a4574e84
commit 2bf08bf200
13 changed files with 415 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# Spring Data Elasticsearch - Examples
**NOTE**: Elastic recommends usage of the [High Level REST Client](https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high.html). Please check out the [rest](https://github.com/spring-projects/spring-data-examples/tree/master/elasticsearch/rest) example.
Requirements:
* [Maven](http://maven.apache.org/download.cgi) - required.
@@ -11,4 +14,3 @@ To use local elasticsearch cluster:
* install elasticsearch
* uncomment both properties in file 'application.properties'