diff --git a/conf/mapping.json b/conf/mapping.json index b4331f2be..7f8c4e27e 100644 --- a/conf/mapping.json +++ b/conf/mapping.json @@ -130,7 +130,8 @@ }, { "string": { - "match": "*_(with_weight|list)$", + "match_pattern": "regex", + "match": "^.*_(with_weight|list)$", "mapping": { "type": "text", "index": "false",