.. |
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
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
batch-indexer.h
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +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
|
fix(index):解决内容索引配置文件未自动生成的问题
|
2024-01-30 14:58:18 +08:00 |
file-indexer-config.h
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
file-reader.cpp
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-25 09:47:24 +08:00 |
file-reader.h
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-25 09:47:24 +08:00 |
file-search-plugin.cpp
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-25 09:47:24 +08:00 |
file-search-plugin.h
|
perf(file-content-search):使用元数据缩略图接口生成图片缩略图
|
2024-01-25 09:47:24 +08:00 |
file-watcher.cpp
|
优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题
|
2023-02-27 05:48:08 +00:00 |
file-watcher.h
|
优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题
|
2023-02-27 05:48:08 +00:00 |
index-scheduler.cpp
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
index-scheduler.h
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
index-status-recorder.cpp
|
增加索引数据库版本号机制,版本号升级时将重建数据库
|
2022-12-02 07:23:22 +00:00 |
index-status-recorder.h
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
index-updater.cpp
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +08:00 |
index-updater.h
|
feat(ukui-search-service):为OCR内容索引增加单独的数据库和单独控制开关
|
2023-09-28 08:46:33 +00:00 |
pending-file-queue.cpp
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
pending-file-queue.h
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
pending-file.cpp
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
pending-file.h
|
优化inotify信号处理,解决若干由于信号处理不当导致的索引不正确问题
|
2023-02-27 05:48:08 +00:00 |
search-manager.cpp
|
增加文本内容解析配置功能和强制执行增量更新功能
|
2024-01-25 09:47:09 +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 |