BM25 full-text search is not working; it only supports exact queries? #40250
Answered
by
yhmo
262146150
asked this question in
Q&A and General discussion
-
I used Milvus's full-text search, created the schema and BM25 function as required, and after successfully inserting the data, I found that during retrieval the full-text search did not take effect—it only returns results when an exact query is entered. I wonder what the issue might be? |
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Feb 28, 2025
Replies: 1 comment 2 replies
-
Set analyzer_params.type to "chinese". Read this doc for more info: https://milvus.io/docs/analyzer-overview.md
Outputs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
262146150
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set analyzer_params.type to "chinese". Read this doc for more info: https://milvus.io/docs/analyzer-overview.md