Fix ft_title_rag_fine (#11555)
### What problem does this PR solve? Fix ft_title_rag_fine ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
9d8b96c1d0
commit
856201c0f2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def convert_matching_field(field_weightstr: str) -> str:
|
|||
if field == "docnm_kwd" or field == "title_tks":
|
||||
field = "docnm@ft_docnm_rag_coarse"
|
||||
elif field == "title_sm_tks":
|
||||
field = "docnm@ft_title_rag_fine"
|
||||
field = "docnm@ft_docnm_rag_fine"
|
||||
elif field == "important_kwd":
|
||||
field = "important_keywords@ft_important_keywords_rag_coarse"
|
||||
elif field == "important_tks":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue