mirror of
https://github.com/sismics/docs.git
synced 2024-11-24 14:47:57 +01:00
Close IndexReader after search
This commit is contained in:
parent
e7629eb6a0
commit
00ed2e3c25
@ -201,6 +201,8 @@ public class LuceneDao {
|
||||
documentIdList.add(documentId);
|
||||
}
|
||||
|
||||
reader.close();
|
||||
|
||||
return documentIdList;
|
||||
}
|
||||
|
||||
|
@ -1,2 +1,7 @@
|
||||
- New image rescale between thumbnail and original (client/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)
|
@ -8,7 +8,7 @@
|
||||
|
||||
<p class="input-prepend text-center input-block-level">
|
||||
<span class="add-on"><span class="icon-search"></span></span>
|
||||
<input type="text" placeholder="Search" ng-model="search" />
|
||||
<input type="text" placeholder="Search" ng-model="search" class="span10" />
|
||||
</p>
|
||||
|
||||
<table class="table table-striped table-hover table-documents">
|
||||
|
Loading…
Reference in New Issue
Block a user