#28 - Added example for Spring Data Elasticsearch.
Added basic example to show repository and ElasticsearchOperations usage.
This commit is contained in:
committed by
Oliver Gierke
parent
7f3339a610
commit
f9aa1556d8
14
elasticsearch/example/README.md
Normal file
14
elasticsearch/example/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Spring Data Elasticsearch - Examples
|
||||
|
||||
Requirements:
|
||||
|
||||
* [Maven](http://maven.apache.org/download.cgi) - required.
|
||||
* [Elasticsearch](http://www.elasticsearch.org/overview/elkdownloads) - optional.
|
||||
|
||||
|
||||
To use local elasticsearch cluster:
|
||||
|
||||
* install elasticsearch
|
||||
* uncomment both properties in file 'application.properties'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user