You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/src/main/asciidoc/public/reference/_backend-elasticsearch.adoc
+36-11Lines changed: 36 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,25 +163,50 @@ which needs to be enabled explicitly.
163
163
== Client configuration
164
164
165
165
An Elasticsearch backend communicates with an Elasticsearch cluster through a REST client.
166
-
Hibernate Search comes with a range of pluggable Elasticsearch REST clients that the user can pick from:
166
+
Hibernate Search comes with a range of pluggable Elasticsearch REST clients that you can pick from.
167
+
168
+
Currently, the default one is the <<backend-elasticsearch-configuration-client-elasticsearch-client-rest4,`hibernate-search-backend-elasticsearch-client-rest4`>>,
169
+
which may change in future versions of Hibernate Search.
170
+
You should explicitly define the REST client in the application dependencies,
171
+
if it matters which one the Elasticsearch backend will pick.
0 commit comments