最贊回答 / UP龍龍
在Elasticsearch 6.0.0或更高版本中創建的索引可能只包含單個mapping type。在具有多種映射類型的5.x中創建的索引將繼續像以前一樣在Elasticsearch 6.x中運行。映射類型將在Elasticsearch 7.0.0中完全刪除。
2018-12-15
最新回答 / UP龍龍
# The default list of hosts is ["127.0.0.1", "[::1]"]##discovery.zen.ping.unicast.hosts: ["host1", "host2"]你看下上面的配置,master應該也是可以配置集群的,自己試試
2018-12-09
最新回答 / 我們始終是路人
You can use this link to install chrome extension.https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm/
2018-11-19
最新回答 / 殘陽星隕
Indices created in 6.x only allow a single-type per index. Any name can be used for the type, but there can be only one.
2018-11-14