#497 - Add Example for Elasticsearch High Level REST Client.
This commit is contained in:
committed by
Oliver Drotbohm
parent
97a4574e84
commit
2bf08bf200
@@ -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'
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-data-elasticsearch-example</artifactId>
|
||||
|
||||
<name>Spring Data Elasticsearch - Example</name>
|
||||
<name>Spring Data Elasticsearch - Node Client Example</name>
|
||||
<description>Sample projects for Spring Data Elasticsearch</description>
|
||||
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user