java-tutorials/spring-data-elasticsearch
christopherfranklin 9f1429b067 BAEL-1324 A Simple Tagging Implementation with Elasticsearch (#3464)
* Christopher Franklin A Simple Tagging Implementation with Elasticsearch

Modifying the existing Spring Data Elasticsearch example to use the tags
already on the model. Also added a number of tests as examples of how to
use the tags.
2018-01-23 18:29:31 +01:00
..
2017-05-15 22:16:14 +03:00

Spring Data Elasticsearch

Relevant Articles:

Build the Project with Tests Running

mvn clean install

Run Tests Directly

mvn test