msokolov commented on PR #16578: URL: https://github.com/apache/lucene/pull/16578#issuecomment-5468616573
This seems like adding an extra abstraction, but why do we need it? We expect Query classes that match all docs to rewrite to MatchAllDocsQuery.INSTANCE to indicate that. If they comply with this expectation, there's no need for a new method that indicates the same thing -- 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]
