[ http://issues.apache.org/jira/browse/LUCENE-445?page=comments#action_12331326 ]
Otis Gospodnetic commented on LUCENE-445: ----------------------------------------- Shall we add this to contrib? > Contrib.: Thread-safe DelayCloseIndexSearcher. > ---------------------------------------------- > > Key: LUCENE-445 > URL: http://issues.apache.org/jira/browse/LUCENE-445 > Project: Lucene - Java > Type: Improvement > Components: Search > Versions: 1.4 > Environment: Implemented for Lucene 1.4.3, changes for 1.9 in comments. > Reporter: Luc Vanlerberghe > Attachments: DelayCloseIndexSearcher.java, DelayCloseIndexSearcherTest.java > > Implements search over a single IndexReader, but remains open even if close() > is called. This way it can be shared by > multiple objects that need to search the index without being aware of the > keep-the-index-open-until-it-changes logic. > Usage is described in the javadoc. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
