Michael McCandless created LUCENE-4967:
------------------------------------------
Summary: Absorb NRTManager entirely into a separate reopen thread
class
Key: LUCENE-4967
URL: https://issues.apache.org/jira/browse/LUCENE-4967
Project: Lucene - Core
Issue Type: Improvement
Reporter: Michael McCandless
Assignee: Michael McCandless
Fix For: 5.0, 4.4
I think NRTManager can be drastically simplified by moving all of its
logic into a new reopen thread class. All logic for waiting for a
specific generation and reopening at different rates would live in
this class.
This would fully decouple the "wait for generation X to be visible"
from which particular ReferenceManager impl you're using, which would
make it possible to use the controlled consistency approach of
NRTManager with any managers (e.g. SearcherTaxonomyManager).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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]