公共库 mapping PUT knowledge-public {"mappings": { "dynamic": "false", "properties": { "id": { "type": "long" }, "title": { "type": "text", "analyzer": "ik_max_word", "search_analyzer": "ik_smart" }, "content": { "type": "text", "analyzer": "ik_smart", "search_analyzer": "ik_smart" }, "createTime": { "type": "long" }, "createById": { "type": "keyword" }, "createByName": { "type": "keyword" }, "updateTime": { "type": "long" }, "updateById": { "type": "keyword" }, "updateByName": { "type": "keyword" }, "categoryId": { "type": "long" }, "baseId": { "type": "long" }, "deptId":{ "type":"keyword" }, "resourcesList": { "type": "text", "fields": { "keyword": { "type": "keyword" }}}, "collectionUsers": { "type": "text", "fields": { "keyword": { "type": "keyword" }}}}}}