spring-boot/spring-boot-samples/spring-boot-sample-data-ela.../src/main/java/sample/data/elasticsearch
Phillip Webb a1cbd93d6b Ensure local Elasticsearch nodes are closed
Update ElasticsearchAutoConfiguration to ensure that local nodes are
closed when the context is closed. Prior to this commit the close()
method of the Client would be called which had no effect for local
Nodes.

Fixes gh-2480
2015-02-24 14:18:51 -08:00
..
Customer.java Add support for Elasticsearch 2014-06-01 12:54:42 +01:00
CustomerRepository.java Add support for Elasticsearch 2014-06-01 12:54:42 +01:00
SampleElasticsearchApplication.java Ensure local Elasticsearch nodes are closed 2015-02-24 14:18:51 -08:00