最新回答 / 寶慕林9459771
{? ?"query":{? ? ? "match":{? ? ? ? ? ? ? "title":"小1"? ? ? ? }? ?}}帶數字是可以模糊查詢的
2018-12-28
最贊回答 / 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