mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[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…
x
Reference in New Issue
Block a user