Simon Willnauer created LUCENE-9345:
---------------------------------------

             Summary: Separate IndexWriter from MergeScheduler
                 Key: LUCENE-9345
                 URL: https://issues.apache.org/jira/browse/LUCENE-9345
             Project: Lucene - Core
          Issue Type: Improvement
    Affects Versions: master (9.0)
            Reporter: Simon Willnauer


MergeScheduler is tightly coupled with IndexWriter which causes IW to expose 
unnecessary methods. For instance only the scheduler should call 
IW#getNextMerge() but it's a public method. With some refactorings we can 
nicely separate the two. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to