Files
spring-boot/spring-boot-project
Brian Clozel 84c9a65e9d Auto-configure Elasticsearch REST clients
This commit adds auto-configuration support for both `RestClient` and
`RestHighLevelClient` which are provided by `elasticsearch-rest-client`
and `elasticsearch-rest-high-level-client` dependencies respectively.

`RestClient` is associated with configuration properties in the
`spring.elasticsearch.rest.*` namespace, since this is the component
taking care of HTTP communication with the actual Elasticsearch node.

`RestHighLevelClient` wraps the first one and naturally inherits that
configuration.

Closes gh-12600
2018-05-07 17:57:09 +02:00
..
2018-05-07 14:48:56 +02:00
2018-05-07 14:55:13 +02:00
2018-05-04 12:06:19 -07:00
2018-04-19 09:26:56 +02:00
2018-05-07 14:53:58 +02:00