Class RestClients
java.lang.Object
org.springframework.data.elasticsearch.client.erhlc.RestClients
Deprecated.
since 5.0
Utility class for common access to Elasticsearch clients.
RestClients
consolidates set up routines for the
various drivers into a single place.- Since:
- 3.2
- Author:
- Christoph Strobl, Mark Paluch, Huw Ayling-Miller, Henrique Amaral, Peter-Josef Meisch, Nic Hines
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Deprecated.static interface
Deprecated.since 5.0 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ClientConfiguration clientConfiguration) Deprecated.Start here to create a new client tailored to your needs.
-
Method Details
-
create
Deprecated.Start here to create a new client tailored to your needs.- Returns:
- new instance of
RestClients.ElasticsearchRestClient
.
-