[DOCS] Update client.asciidoc
Should be classpath rather than classloader. Close #5965
This commit is contained in:
parent
52d2f2d229
commit
20b05b56c4
|
@ -55,7 +55,7 @@ explicitly using the `clusterName` method on the builder.
|
|||
|
||||
You can define `cluster.name` in `/src/main/resources/elasticsearch.yml`
|
||||
dir in your project. As long as `elasticsearch.yml` is present in the
|
||||
classloader, it will be used when you start your node.
|
||||
classpath, it will be used when you start your node.
|
||||
|
||||
[source,java]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue