課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
沒有找到這個(gè)類?
2018-04-20
源自:ElasticSearch入門 6-1
正在回答
6.x之后是使用更高效的netty4做異步通信的。
gradle項(xiàng)目中引入,注意版本哦
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));直接用這個(gè)
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html
6.2.3也沒有,換成老師的5.5.2就可以了。。
舉報(bào)
ElasticSearch輕松入門,Spring Boot集成ES
1 回答啟動ElasticSearch-head報(bào)錯找不到本地grunt
8 回答elasticsearch head 與 elasticsearch關(guān)聯(lián)不上
1 回答java elasticsearch 的api在哪里可以找到呢
2 回答elasticsearch集群
2 回答elasticsearch-head遇到的問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2018-07-05
6.x之后是使用更高效的netty4做異步通信的。
gradle項(xiàng)目中引入,注意版本哦
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));直接用這個(gè)
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html
2018-04-25
6.2.3也沒有,換成老師的5.5.2就可以了。。