2016-01-14 00:42:10 -05:00
|
|
|
## Spring Data Elasticsearch
|
2016-02-29 19:19:33 -05:00
|
|
|
- [Introduction to Spring Data Elasticsearch](http://www.baeldung.com/spring-data-elasticsearch-tutorial)
|
2016-02-29 19:19:56 -05:00
|
|
|
|
2016-10-04 05:21:09 -04:00
|
|
|
###Relevant Articles:
|
|
|
|
- [Elasticsearch Queries with Spring Data](http://www.baeldung.com/spring-data-elasticsearch-queries)
|
2016-10-04 05:28:55 -04:00
|
|
|
- [Guide to Elasticsearch in Java](http://www.baeldung.com/elasticsearch-java)
|
2016-10-04 05:21:09 -04:00
|
|
|
|
2016-01-14 00:42:10 -05:00
|
|
|
### Build the Project with Tests Running
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run Tests Directly
|
|
|
|
```
|
|
|
|
mvn test
|
|
|
|
```
|
|
|
|
|