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
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: [email protected]
For additional commands, e-mail: [email protected]