[ https://issues.apache.org/jira/browse/LUCENE-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless resolved LUCENE-2297. ---------------------------------------- Resolution: Fixed Fixed on newtrunk. > IndexWriter should let you optionally enable reader pooling > ----------------------------------------------------------- > > Key: LUCENE-2297 > URL: https://issues.apache.org/jira/browse/LUCENE-2297 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Michael McCandless > Priority: Minor > Fix For: 3.1 > > Attachments: LUCENE-2297.patch > > > For apps using a large index and frequently need to commit and resolve > deletes, the cost of opening the SegmentReaders on demand for every commit > can be prohibitive. > We an already pool readers (NRT does so), but, we only turn it on if NRT > readers are in use. > We should allow separate control. > We should do this after LUCENE-2294. -- 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