Skip to content

Commit

Permalink
Fixed es mapping (#3643)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Fixed es mapping

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
yuzhichang authored Nov 26, 2024
1 parent 3df1663 commit f6c3d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
},
{
"string": {
"match": "*_(with_weight|list)$",
"match_pattern": "regex",
"match": "^.*_(with_weight|list)$",
"mapping": {
"type": "text",
"index": "false",
Expand Down

0 comments on commit f6c3d7c

Please sign in to comment.