mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-30 08:12:02 +08:00
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:
parent
3df1663e4f
commit
f6c3d7ccf6
@ -130,7 +130,8 @@
|
||||
},
|
||||
{
|
||||
"string": {
|
||||
"match": "*_(with_weight|list)$",
|
||||
"match_pattern": "regex",
|
||||
"match": "^.*_(with_weight|list)$",
|
||||
"mapping": {
|
||||
"type": "text",
|
||||
"index": "false",
|
||||
|
Loading…
x
Reference in New Issue
Block a user