[ 
https://issues.apache.org/jira/browse/LUCENE-9345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Willnauer resolved LUCENE-9345.
-------------------------------------
    Fix Version/s: 8.6
                   master (9.0)
    Lucene Fields: New,Patch Available  (was: New)
         Assignee: Simon Willnauer
       Resolution: Fixed

> 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
>            Assignee: Simon Willnauer
>            Priority: Major
>             Fix For: master (9.0), 8.6
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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