瀏覽代碼

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 年之前
父節點
當前提交
cd4b6d5e78
共有 1 個文件被更改,包括 0 次插入2 次删除
  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...
 //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
 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
 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
 used will be the ones that the other nodes were started with (the