倒排索引添加自定义词库后,match_any搜索时依然将关键词分词进行搜索

Viewed 52

参考文档https://ask.selectdb.com/questions/D1S71/doris2-0-3-dao-pai-suo-yin-de-match-any-jie-guo-yu-wen-dang-bu-fu/E1291,在BE节点user.dict.utf8添加关键词"熟悉微信",重启BE节点后使用SELECT TOKENIZE('熟悉微信','"parser"="chinese","parser_mode"="fine_grained"');查看结果显示如下image.png,但是当使用select * from table where name match_any '熟悉微信'时,查询的数据如将name内容为"熟悉"和"熟悉微信"的都查出来了(有图片示例,但是论坛传递第二张图片时候一直卡死)。使用match_all进行select * from table where name match_all '熟悉微信'查询,则只查询出name字段为"熟悉微信"的记录,请问该问题是何原因导致的,有无解决方案。上传中...

1 Answers

已经wx沟通处理,有进展会更新回帖