标签:查询 div list serve http ima 参考 地址 提醒
维护一个拥有巨大代码量的项目, 依靠自带的代码搜索工具搜索速度缓慢, 一个快速的代码检索工具就显得极为必要, 所以自己撸了个小工具.
https://github.com/qiuhaotc/CodeIndex
支持文本内容 文件名 文件后缀 文件位置 查询, 支持补全提醒, 还在开发中
语法, 参考Lucene query parser语法:
http://www.lucenetutorial.com/lucene-query-syntax.html
示例网站, 索引的内容就是Github里面的代码
https://codeindex.qhnetdisk.tk/
基于Asp.Net Core 3.1, Lucene.Net, Blazor Server Side
支持Docker container
Code Index: 基于Lucene.Net的代码检索工具
标签:查询 div list serve http ima 参考 地址 提醒
原文地址:https://www.cnblogs.com/nuclearweapon/p/12540414.html