Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
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.