thecoop opened a new pull request, #14973: URL: https://github.com/apache/lucene/pull/14973
There are several places where custom functional interfaces are used, when instead existing parameterized interfaces can be re-used. I've not modified or removed interfaces that are part of a public API, as there is utility in keeping custom functional interfaces for descriptive and usability reasons - however those could also be refactored if appropriate (eg `MergeState.DocMap`, `luke.Callable`, `IndexReaderWarmer`) -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org