Interface ElasticsearchBackend
- All Superinterfaces:
Backend
-
Method Summary
-
Method Details
-
client
Retrieve the underlying, low-level client used to communicate with the Elasticsearch cluster.WARNING - Unsupported API: the underlying client class may change without notice.
- Type Parameters:
T- The expected client type- Parameters:
clientClass- TheClassrepresenting the expected client type- Returns:
- The client.
- Throws:
SearchException- if the underlying client does not implement the given class.
-