Refine synonym query. (#3855)

### What problem does this PR solve?

### Type of change

- [x] Performance Improvement
This commit is contained in:
Kevin Hu
2024-12-04 17:20:12 +08:00
committed by GitHub
parent 1b589609a4
commit 1b817a5b4c
2 changed files with 25 additions and 10 deletions

View File

@ -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",