Ticket #305 (closed Improvement)
Optimize Lucene usage
| Reported by: | bruno@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | Minor | Milestone: | |
| Component: | Repository - querying and indexing | Version: | 1.5 |
| Keywords: | Cc: |
Description
[jira2trac import : issue created on July 13, 2006 10:20:16 AM CEST http://issues.cocoondev.org/browse/DSY-305 ]
Daisy can optimize its usage of Lucene a bit, in order to avoid the possibility of a "too many open files" error.
Currently Daisy constructs a new IndexReader/IndexSearcher? for each search, while this is not really necessary. Also, the close methods of those objects is not called.
Note: See
TracTickets for help on using
tickets.
Import closing ticket