mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Refine synonym query. (#3855)
### What problem does this PR solve? ### Type of change - [x] Performance Improvement
This commit is contained in:
@ -140,13 +140,21 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"string": {
|
||||
"rank_feature": {
|
||||
"match": "*_fea",
|
||||
"mapping": {
|
||||
"type": "rank_feature"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"rank_features": {
|
||||
"match": "*_feas",
|
||||
"mapping": {
|
||||
"type": "rank_features"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"dense_vector": {
|
||||
"match": "*_512_vec",
|
||||
|
||||
Reference in New Issue
Block a user