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
作为非程序员,自建服务器日常用的人来说,刚需是想要实现一个需求,我搜索这个需求,能匹配到相应命令。 类似百度谷歌这样显示对应词条,不知道是不是难度太大了。。。
目前这个状态,以我的使用来说,还要先去google搜索需求所匹配的命令,然后再来搜命令,效率很不好。
The text was updated successfully, but these errors were encountered:
目前只是个纯静态页面,不太好做全文搜索
Sorry, something went wrong.
我有个思路, 第一步,将项目clone到本地 第二步: windows:安装Everything软件,这个工具会建立文件索引,可以根据文件内容搜索,几乎无延迟。 Mac:使用自带的聚焦搜索,也可以根据文件内容搜索,几乎无延迟。
常见的全文搜索方案是 分词 + 倒排索引 在构建阶段完成对 markdown 内容的分词,然后根据分词后的字典和 markdown 文件建立起倒排的索引关系。
No branches or pull requests
作为非程序员,自建服务器日常用的人来说,刚需是想要实现一个需求,我搜索这个需求,能匹配到相应命令。
类似百度谷歌这样显示对应词条,不知道是不是难度太大了。。。
目前这个状态,以我的使用来说,还要先去google搜索需求所匹配的命令,然后再来搜命令,效率很不好。
The text was updated successfully, but these errors were encountered: