2016-01-14 08:42:10 +03:00
|
|
|
## Spring Data Elasticsearch
|
2017-05-15 22:16:14 +03:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2016-03-01 02:19:33 +02:00
|
|
|
- [Introduction to Spring Data Elasticsearch](http://www.baeldung.com/spring-data-elasticsearch-tutorial)
|
2016-10-04 15:21:09 +06:00
|
|
|
- [Elasticsearch Queries with Spring Data](http://www.baeldung.com/spring-data-elasticsearch-queries)
|
2016-10-04 15:28:55 +06:00
|
|
|
- [Guide to Elasticsearch in Java](http://www.baeldung.com/elasticsearch-java)
|
2018-03-02 22:40:04 +06:00
|
|
|
- [Geospatial Support in ElasticSearch](http://www.baeldung.com/elasticsearch-geo-spatial)
|
2018-04-11 11:33:18 +06:00
|
|
|
- [A Simple Tagging Implementation with Elasticsearch](http://www.baeldung.com/elasticsearch-tagging)
|
2016-10-04 15:21:09 +06:00
|
|
|
|
2016-01-14 08:42:10 +03:00
|
|
|
### Build the Project with Tests Running
|
|
|
|
```
|
|
|
|
mvn clean install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run Tests Directly
|
|
|
|
```
|
|
|
|
mvn test
|
|
|
|
```
|
|
|
|
|