課程
/云計算&大數據
/大數據
/ElasticSearch入門
沒有找到這個類?
2018-04-20
源自:ElasticSearch入門 6-1
正在回答
6.x之后是使用更高效的netty4做異步通信的。
gradle項目中引入,注意版本哦
compile 'org.elasticsearch.plugin:transport-netty4-client:6.2.4'
<transport.version>5.4.1</transport.version>
<dependency> ????<groupId>org.elasticsearch.client</groupId> ????<artifactId>transport</artifactId> ????<version>${transport.version}</version> </dependency>
client.addTransportAddress(new TransportAddress(InetAddress.getByName("127.0.0.1"), 9300));直接用這個
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html
6.2.3也沒有,換成老師的5.5.2就可以了。。
舉報
ElasticSearch輕松入門,Spring Boot集成ES
8 回答elasticsearch head 與 elasticsearch關聯不上
1 回答啟動ElasticSearch-head報錯找不到本地grunt
1 回答java elasticsearch 的api在哪里可以找到呢
1 回答 ./bin/elasticsearch 出錯
2 回答elasticsearch集群
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-07-05
6.x之后是使用更高效的netty4做異步通信的。
gradle項目中引入,注意版本哦
compile 'org.elasticsearch.plugin:transport-netty4-client:6.2.4'
2018-06-02
2018-04-25
client.addTransportAddress(new TransportAddress(InetAddress.getByName("127.0.0.1"), 9300));直接用這個
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html
2018-04-25
6.2.3也沒有,換成老師的5.5.2就可以了。。