We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如词库里加入了:CAD 然后 CAD2016安装教程 会被分为 CAD/2016/安装/教程 但是 cad2016安装教程 则CAD没有被识别,会被分为 cad2016/安装/教程
这个在搜索分词的时候,一般不会太注意大小写。虽然索引可以忽略大小写,但是用户输入的关键词内容分词的时候就已经出现了偏差,那索引查询的结果就会有很大纰漏了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例如词库里加入了:CAD
然后 CAD2016安装教程 会被分为 CAD/2016/安装/教程
但是 cad2016安装教程 则CAD没有被识别,会被分为 cad2016/安装/教程
这个在搜索分词的时候,一般不会太注意大小写。虽然索引可以忽略大小写,但是用户输入的关键词内容分词的时候就已经出现了偏差,那索引查询的结果就会有很大纰漏了。
The text was updated successfully, but these errors were encountered: