.. |
ai-indexer.cpp
|
perf(ai-index):优化针对ai索引和搜索的异常处理机制
|
2024-07-26 11:44:43 +08:00 |
ai-indexer.h
|
perf(ai-index):优化针对ai索引和搜索的异常处理机制
|
2024-07-26 11:44:43 +08:00 |
basic-indexer.cpp
|
修复文件索引中部分中文字符在term中被截断的问题
|
2023-07-24 11:39:18 +08:00 |
basic-indexer.h
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
batch-indexer.cpp
|
fix(interface):开关索引后索引状态没有实时改变,stop和idle信号发送顺序有误.
|
2024-10-30 09:52:55 +08:00 |
batch-indexer.h
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
compatible-define.h
|
解决一些编译问题
|
2023-04-24 18:40:47 +08:00 |
database.cpp
|
fix(ukui-search-service):修复索引状态监控导致的崩溃问题
|
2023-10-10 02:29:10 +00:00 |
database.h
|
fix(ukui-search-service):修复索引状态监控导致的崩溃问题
|
2023-10-10 02:29:10 +00:00 |
document.cpp
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
document.h
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
file-content-indexer.cpp
|
perf(file-index):使用ukui-file-metadata提供的文件内容解析接口替换原有功能
|
2023-11-14 16:44:47 +08:00 |
file-content-indexer.h
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
file-extraction-result.cpp
|
perf(file-index):使用ukui-file-metadata提供的文件内容解析接口替换原有功能
|
2023-11-14 16:44:47 +08:00 |
file-extraction-result.h
|
perf(file-index):使用ukui-file-metadata提供的文件内容解析接口替换原有功能
|
2023-11-14 16:44:47 +08:00 |
file-indexer-config.cpp
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
file-indexer-config.h
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
file-reader.cpp
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-23 15:02:56 +08:00 |
file-reader.h
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-23 15:02:56 +08:00 |
file-search-plugin.cpp
|
fix(filesearch):为打开没有默认打开方式的文件时的弹窗设置窗口标题
|
2024-06-26 13:42:02 +08:00 |
file-search-plugin.h
|
feat(search-plugin):add the ai search plugin.
|
2024-04-20 09:35:06 +08:00 |
file-watcher.cpp
|
feat(file-watcher):文件可读权限发生改变后更新索引
|
2024-05-06 18:03:16 +08:00 |
file-watcher.h
|
feat(file-watcher):文件可读权限发生改变后更新索引
|
2024-05-06 18:03:16 +08:00 |
index-monitor.cpp
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
index-monitor.h
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
index-scheduler.cpp
|
fix(interface):开关索引后索引状态没有实时改变,stop和idle信号发送顺序有误.
|
2024-10-30 09:52:55 +08:00 |
index-scheduler.h
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
index-status-recorder.cpp
|
perf(file-index):增加一个额外的线程池用于实时更新索引
|
2024-03-08 16:58:09 +08:00 |
index-status-recorder.h
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
index-updater.cpp
|
perf(ai-index):优化针对ai索引和搜索的异常处理机制
|
2024-07-26 11:44:43 +08:00 |
index-updater.h
|
添加远程调用流程,用于智能数据管理获取文件创建事件
|
2024-05-27 15:37:19 +08:00 |
monitor.rep
|
feat(file-index):增加AI索引功能
|
2024-04-17 17:43:50 +08:00 |
pending-file-queue.cpp
|
添加远程调用流程,用于智能数据管理获取文件创建事件
|
2024-05-27 15:37:19 +08:00 |
pending-file-queue.h
|
添加远程调用流程,用于智能数据管理获取文件创建事件
|
2024-05-27 15:37:19 +08:00 |
pending-file.cpp
|
feat(file-watcher):文件可读权限发生改变后更新索引
|
2024-05-06 18:03:16 +08:00 |
pending-file.h
|
优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题
|
2023-02-27 05:48:08 +00:00 |
search-manager.cpp
|
fix(frontend&searchPlugin):增加资源类型,最佳匹配中每种资源类型只显示1种
|
2024-03-05 16:15:42 +08:00 |
search-manager.h
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
traverse-bfs.cpp
|
Add file system watcher(Encapsulate inotify).
|
2022-07-29 11:22:53 +08:00 |
ukui-search-qdbus.cpp
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
ukui-search-qdbus.h
|
Update ukui-service development files and libsearch.pro.
|
2022-01-18 17:43:13 +08:00 |
writable-database.cpp
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
writable-database.h
|
解决首次索引后,重启后无法搜索部分文件的问题
|
2022-12-05 08:46:38 +00:00 |