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
This commit is contained in:
Clinton Gormley 2016-02-28 22:47:12 +01:00
parent 380ecd7604
commit cd4b6d5e78
1 changed files with 0 additions and 2 deletions

View File

@ -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