Code Index: 基于Lucene.Net的代码检索工具

用途

维护一个拥有巨大代码量的项目, 依靠自带的代码搜索工具搜索速度缓慢, 一个快速的代码检索工具就显得极为必要, 所以自己撸了个小工具.

Github地址

https://github.com/qiuhaotc/CodeIndex

支持文本内容 文件名 文件后缀 文件位置 查询, 支持补全提醒, 还在开发中

语法, 参考Lucene query parser语法:
http://www.lucenetutorial.com/lucene-query-syntax.html

示例

示例网站, 索引的内容就是Github里面的代码
https://codeindex.qhnetdisk.tk/
Code Index: 基于Lucene.Net的代码检索工具

特性

基于Asp.Net Core 3.1, Lucene.Net, Blazor Server Side
支持Docker container

相关文章:

  • 2021-12-27
  • 2021-11-15
  • 2021-08-26
  • 2022-12-23
猜你喜欢
  • 2021-09-15
  • 2021-12-07
  • 2021-08-25
  • 2021-05-28
  • 2021-08-20
  • 2022-12-23
  • 2021-10-30
相关资源
相似解决方案