uschindler commented on PR #16051: URL: https://github.com/apache/lucene/pull/16051#issuecomment-4434757623
Generally I don't like adding new public classes that do stuff differently with implementation details in their name. The end user should only see "TermsQuery". Isn't it possible to figure out before execution in the rewrite / weight creation phase which approach works better (e.g., by looking at index statistics?). In that case the implementation used should be hidden to end user and the query should choose the implementation working best for the term statistics. -- 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]
