Fixed es mapping (#3643)

### What problem does this PR solve?

Fixed es mapping

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Zhichang Yu 2024-11-26 12:00:19 +08:00 committed by GitHub
parent 3df1663e4f
commit f6c3d7ccf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,8 @@
}, },
{ {
"string": { "string": {
"match": "*_(with_weight|list)$", "match_pattern": "regex",
"match": "^.*_(with_weight|list)$",
"mapping": { "mapping": {
"type": "text", "type": "text",
"index": "false", "index": "false",