課程
/云計算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
這是我的 ES設(shè)置 :
‘’
這是我的 Java代碼 :
我都是跟在課程敲的,一直報錯:
2017-12-02
源自:ElasticSearch入門 6-3
正在回答
你這個是有集群的嗎?如果是單機(jī)的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個配置
你的Es運(yùn)行起來了嗎?
舉報
ElasticSearch輕松入門,Spring Boot集成ES
4 回答None of the configured nodes are available:
2 回答None of the configured nodes are available
1 回答關(guān)于org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available:
1 回答None of the configured nodes are available: [{#transport#-1}{Lmioq6g5Tv-OG9rxg9yDxA}
1 回答postman訪問后出現(xiàn)org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{NTtyazdFSt-TNLdVH0zAAQ}{127.0.0.1}{127.0.0.1:9300}]
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)微信公眾號
2017-12-14
你這個是有集群的嗎?如果是單機(jī)的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個配置
2017-12-05
你的Es運(yùn)行起來了嗎?