Johnny Lim
38dc9ec441
Polish
2016-05-10 14:48:42 +01:00
Phillip Webb
944a49bd58
Tweak Elasticsearch sample timeout
2016-04-11 11:07:37 -07:00
Stephane Nicoll
05ef0818f8
Polish contribution
...
Closes gh-5511
2016-04-05 12:38:04 +02:00
Phillip Webb
1ce617f1ae
Polish sample package names
2015-06-23 00:47:12 -07:00
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
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
2014-11-06 22:51:09 -08:00
Artur Konczak
99940337a9
Add support for Elasticsearch
...
Add auto-configuration and starters for Elasticsearch.
Fixes gh-408
2014-06-01 12:54:42 +01:00