We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4858eff commit b013ab0Copy full SHA for b013ab0
docs/configuration.asciidoc
@@ -10,7 +10,7 @@ We'll walk through all the configuration options and show sample code to replace
10
=== Host Configuration
11
12
The most common configuration is telling the client about your cluster: how many nodes, their addresses and ports. If
13
-not hosts are specified, the client will attempt to connect to `localhost:9200`.
+no hosts are specified, the client will attempt to connect to `localhost:9200`.
14
15
This behavior can be changed by using the `setHosts()` method on `ClientBuilder`. The method accepts an array of values,
16
each entry corresponding to one node in your cluster. The format of the host can vary, depending on your needs (ip vs
0 commit comments