新增“数据编辑”
This commit is contained in:
@@ -25,6 +25,7 @@ def create_index_with_mapping():
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"writer_id":{"type": "text"},
|
||||
|
||||
"data": {
|
||||
"type": "text", # 存储转换后的字符串,支持分词搜索
|
||||
"analyzer": "ik_max_word",
|
||||
|
||||
Reference in New Issue
Block a user