新增“数据编辑”

This commit is contained in:
2025-10-14 18:00:40 +08:00
parent a678adf646
commit 8a752b2b92
2 changed files with 395 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ def create_index_with_mapping():
"mappings": {
"properties": {
"writer_id":{"type": "text"},
"data": {
"type": "text", # 存储转换后的字符串,支持分词搜索
"analyzer": "ik_max_word",