[
https://issues.apache.org/jira/browse/LUCENE-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward resolved LUCENE-7644.
-----------------------------------
Resolution: Fixed
Fix Version/s: 6.5
> 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
> Fix For: 6.5
>
> Attachments: LUCENE-7644.patch
>
>
> 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]