PUT index { "mappings": { "type": { "properties": { "text": { "id": "string", "name": "string", "nickName":"string", "skuCode":"string", "dimensionValues":"string", "stock":"string", "salesNum":"string" } } } } }
index — 索引名称
type — 索引type
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/231384.html原文链接:https://javaforall.net
