1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 17:56:20 +00:00

Close IndexReader after search

This commit is contained in:
jendib
2013-08-17 23:16:19 +02:00
parent e7629eb6a0
commit 00ed2e3c25
3 changed files with 9 additions and 2 deletions

View File

@@ -1,2 +1,7 @@
- New image rescale between thumbnail and original (client/server)
- Batch to regenerate all thumbnails (server)
- Batch to regenerate all thumbnails (server)
- Delete files on FS when a file in database is deleted (server)
- Batch to delete unused files on FS (server)
- Special criteria to search inside OCR-ed content (eg. full:uranium) (server)
- Special criteria to search on a specific time span (eg. at:2013-06) (server)
- Show help on special criterias (client)