serhiy-bzhezytskyy commented on PR #16434: URL: https://github.com/apache/lucene/pull/16434#issuecomment-5132079876
Yes — additive only. `LeafFieldComparator#disableSkipping` is a `default` method, and both existing `disableSkipping` implementations (`FieldComparator` and `NumericComparator`) are untouched; the new overrides sit on the leaf comparators alongside them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
