Rest Client Elasticsearch主机设置

时间:2018-04-25 21:12:34

标签: rest elasticsearch client

我在一个项目中使用Elasticsearch,本地我的客户端位于localhost:9200,但是当我在开发环境中时,我的Elasticsearch客户端位于https://elasticsearch.eu:443/v1/elastic。当我创建Java客户端时,我使用: RestClient restClient = RestClient.builder(new HttpHost(Host,port))。build()。哪个是为第二个URL设置主机和端口的正确方法,因为我们有一个额外的路径?

0 个答案:

没有答案