ElasticSearch 之 Client 在使用ElasticSearch的時候,我們需要與Cluster通信,Java版本的API提供了幾種方式來構造Client,進而通過Client操作Cluster。 1)使用Node ...