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: backend/elasticsearch-client/jdk-rest-client/src/main/java/org/hibernate/search/backend/elasticsearch/client/jdk/ElasticsearchHttpClientConfigurer.java
Copy file name to clipboardExpand all lines: backend/elasticsearch-client/jdk-rest-client/src/main/java/org/hibernate/search/backend/elasticsearch/client/jdk/cfg/ClientJdkElasticsearchBackendClientSettings.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ public static final class Defaults {
Copy file name to clipboardExpand all lines: backend/elasticsearch-client/jdk-rest-client/src/main/java/org/hibernate/search/backend/elasticsearch/client/jdk/impl/ClientJdkHttpRequestInterceptor.java
This Elasticsearch backend REST client is based on the Http client that is part of the JDKs `java.net` API.
223
+
Mostly intended for very basic use cases, and may lack some features,
224
+
e.g. automatic node discovery, compared to the other clients.
225
+
226
+
NOTE: JDKs Http client allows configuration though the system properties.
227
+
Consult the list of available properties for your JDK version, e.g. https://docs.oracle.com/en/java/javase/25/docs/api/java.net.http/module-summary.html[JDK 25]
228
+
211
229
[[backend-elasticsearch-configuration-hosts]]
212
230
=== Target hosts
213
231
@@ -297,7 +315,7 @@ Expects a boolean value. The default for this property is `false`.
297
315
* `discovery.refresh_interval` defines the interval between two executions of the automatic discovery.
298
316
Expects a positive integer, in seconds. The default for this property is `10`.
0 commit comments