uschindler commented on PR #11840:
URL: https://github.com/apache/lucene/pull/11840#issuecomment-1278656494

   I think the general idea looks well.
   This should me Lucene 10 only, as the changes in query API may break lots of 
code downstream. We could theoretically add a backwards combatiility layer 
using VirtualMethod (says the policeman), if that's wanted, I can help. 
`VirtualMethod` utility class would be needed to figure out which of both 
methods (`rewrite(IndexReader)` or `rewrite(IndexSearcher)`) was overridden by 
a subclass downstream.


-- 
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

Reply via email to