Alan Woodward created LUCENE-7644:
-------------------------------------

             Summary: FieldComparatorSource.newComparator() doesn't need to 
throw IOException
                 Key: LUCENE-7644
                 URL: https://issues.apache.org/jira/browse/LUCENE-7644
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Alan Woodward
            Assignee: Alan Woodward
            Priority: Minor


All IO operations on FieldComparator are done in .getLeafComparator(), so 
there's no need to declare IOException on their constructors.

This bubbles back up and lets us remove throws clauses from a number of 
constructors, TopDocs.merge(), and so on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to