fix(一般检索): 字段调整

This commit is contained in:
yjz
2024-07-01 14:50:02 +08:00
parent 380dd62951
commit 9e8f547ee1
3 changed files with 15 additions and 5 deletions
+9
View File
@@ -148,6 +148,15 @@
"ignore_above": 256
}
}
},
"type": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
}
}
}
}