好像您使用的是Elasticsearch
7.0版。由于Elasticsearch每个索引不再支持一种以上的映射类型,因此不再需要映射名称,并且此版本中不应提供该名称。
post从json输入中删除映射名称。用途如下:
{ "mappings": { "properties": { "city": { "type": "text" }, "contact_email": { "type": "text" }, "country": { "type": "text" }, "description": { "type": "text" }, "image": { "type": "text" }, "post_id": { "type": "text" }, "state_province": { "type": "text" }, "title": { "type": "text" } } }}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)