Skip to content

Commit

Permalink
Update client.asciidoc
Browse files Browse the repository at this point in the history
Remove comment about configuring the transport client in the config file

Relates to #13383 (comment)
  • Loading branch information
clintongormley committed Feb 28, 2016
1 parent 58219a5 commit 1769e9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/java-api/client.asciidoc
Expand Up @@ -171,8 +171,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
Expand Down

0 comments on commit 1769e9b

Please sign in to comment.