Results 1 issues of dmdoit

使用 POST index/fulltext/_mapping { "properties": { "content": { "type": "text", "analyzer": "ik_smart", "search_analyzer": "ik_smart" } } } 上边命令创建成功index索引,然后添加一条文档时出现问题 POST index/fulltext/1 {"content":"美国留给伊拉克的是个烂摊子吗"} 错误提示如下: { "error": { "root_cause": [ { "type": "remote_transport_exception",...