doris be的版本是:2.1.6。例如:
- SELECT TOKENIZE('abc_d,bced','"parser" = "unicode", "parser_mode"="coarse_grained", "support_phrase" = "true"');
分词结果为:["abc_d", "bced"] - SELECT TOKENIZE('abc.d,bced','"parser" = "unicode", "parser_mode"="coarse_grained", "support_phrase" = "true"');
分词结果为:空。
有没小伙伴遇到同样的问题?