Ticket #305 (closed Improvement)

Opened 3 years ago

Last modified 3 years ago

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.

Change History

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed

Import closing ticket

Note: See TracTickets for help on using tickets.