#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

@@ -59,6 +59,7 @@ We have separate folders for the samples of individual modules:
## Spring Data Elasticsearch
* `example` - Example how to use basic text search, geo-spatial search and facets.
* `rest` - Example how to use the High Level REST Client backing template and repository.
* `reactive` - Example how to use reactive client, template and repository features.
## Spring Data Neo4j