Browse Source

Update client.asciidoc

Remove comment about configuring the transport client in the config file

Relates to https://github.com/elastic/elasticsearch/pull/13383#issuecomment-185341750
Clinton Gormley 9 years ago
parent
commit
cd4b6d5e78
1 changed files with 0 additions and 2 deletions
  1. 0 2
      docs/java-api/client.asciidoc

+ 0 - 2
docs/java-api/client.asciidoc

@@ -167,8 +167,6 @@ Client client = TransportClient.builder().settings(settings).build();
 //Add transport addresses and do something with the client...
 --------------------------------------------------
 
-Or using `elasticsearch.yml` file as shown in <<node-client>>
-
 The client allows sniffing the rest of the cluster, which adds data nodes
 into its list of machines to use. In this case, note that the IP addresses
 used will be the ones that the other nodes were started with (the