課程
/云計算&大數據
/大數據
/ElasticSearch入門
這是我的 ES設置 :
‘’
這是我的 Java代碼 :
我都是跟在課程敲的,一直報錯:
2017-12-02
源自:ElasticSearch入門 6-3
正在回答
你這個是有集群的嗎?如果是單機的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個配置
你的Es運行起來了嗎?
舉報
ElasticSearch輕松入門,Spring Boot集成ES
2 回答None of the configured nodes are available
4 回答None of the configured nodes are available:
1 回答關于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訪問后出現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 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-12-14
你這個是有集群的嗎?如果是單機的話TransportClient client = new PreBuiltTransportClient(Settings.EMPTY)要用這個配置
2017-12-05
你的Es運行起來了嗎?