milvus2.6.0中PHRASE_MATCH在过滤表达式中使用的问题 #43806
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
https://milvus.io/docs/phrase-match.md#Enable-phrase-match 建表时的脚本是怎么写的,用的analyzer_params是怎样写的,查询时的语句是怎样写的? |
Beta Was this translation helpful? Give feedback.
-
看这个查询,并不需要phrase match,match应该就可以。match能查出来了么? 另外包含这个数据的segment能提供我们debug么?或者有什么方式可以reproduce? @zhagnlu @SpadeA-Tang please take a look into this |
Beta Was this translation helpful? Give feedback.
-
BTW, 这是2.6.0吧,不是2.6-rc1 |
Beta Was this translation helpful? Give feedback.
-
在2.6正式版本我们修复了一个主键有关的bug,您可以验证一下 |
Beta Was this translation helpful? Give feedback.
-
可以麻烦提供下 commit hash 吗?@ztyf-lq |
Beta Was this translation helpful? Give feedback.
在2.6正式版本我们修复了一个主键有关的bug,您可以验证一下
现在却是没法升级,可以备份恢复或者重新导入数据。