[ https://issues.apache.org/jira/browse/LUCENE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Miller closed LUCENE-874. ------------------------------ Resolution: Won't Fix > Automatic reopen of IndexSearcher/IndexReader > --------------------------------------------- > > Key: LUCENE-874 > URL: https://issues.apache.org/jira/browse/LUCENE-874 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Reporter: João Fonseca > Priority: Minor > > To improve performance, a single instance of IndexSearcher should be used. > However, if the index is updated, it's hard to close/reopen it, because > multiple threads may be accessing it at the same time. > Lucene should include an out-of-the-box solution to this problem. Either a > new class should be implemented to manage this behaviour (singleton > IndexSearcher, plus detection of a modified index, plus safely closing and > reopening the IndexSearcher) or this could be behind the scenes by the > IndexSearcher class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org