課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
這是我的 ES設(shè)置 :
‘’
這是我的 Java代碼 :
我都是跟在課程敲的,一直報(bào)錯(cuò):
2017-12-02
源自:ElasticSearch入門 6-3
正在回答
你這個(gè)是有集群的嗎?如果是單機(jī)的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個(gè)配置
你的Es運(yùn)行起來(lái)了嗎?
舉報(bào)
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訪問(wèn)后出現(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號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-12-14
你這個(gè)是有集群的嗎?如果是單機(jī)的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個(gè)配置
2017-12-05
你的Es運(yùn)行起來(lái)了嗎?