From 2f33339bcfd433f6aa31a238240e36bd83cafd81 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sun, 28 Feb 2016 22:47:12 +0100 Subject: [PATCH] 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 --- docs/java-api/client.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/java-api/client.asciidoc b/docs/java-api/client.asciidoc index cfc45b7bc4b59..9f59b5f9243d1 100644 --- a/docs/java-api/client.asciidoc +++ b/docs/java-api/client.asciidoc @@ -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 <> - 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