mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-31 00:52:01 +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": {
|
"string": {
|
||||||
"match": "*_(with_weight|list)$",
|
"match_pattern": "regex",
|
||||||
|
"match": "^.*_(with_weight|list)$",
|
||||||
"mapping": {
|
"mapping": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"index": "false",
|
"index": "false",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user