[daisy] [JIRA] Created: (DSY-305) Optimize Lucene usage

Bruno Dumon (JIRA) issues at cocoondev.org
Thu Jul 13 10:21:08 CDT 2006


Optimize Lucene usage
---------------------

         Key: DSY-305
         URL: http://issues.cocoondev.org//browse/DSY-305
     Project: Daisy
        Type: Improvement
  Components: Querying and indexing (repository)  
 Reporter: Bruno Dumon
    Priority: Minor
     Fix For: public - 1.5


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list