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
..
src BAEL-1324 A Simple Tagging Implementation with Elasticsearch (#3464) 2018-01-23 18:29:31 +01:00
README.md Update README.md 2017-05-15 22:16:14 +03:00
pom.xml tarangbhalodia@gmail.com [BAEL-1282: geospatial support elasticsearch] (#3421) 2018-01-15 11:41:38 -08:00

README.md

Spring Data Elasticsearch

Relevant Articles:

Build the Project with Tests Running

mvn clean install

Run Tests Directly

mvn test