uschindler commented on issue #11838:
URL: https://github.com/apache/lucene/issues/11838#issuecomment-1271537616
For AutomatonQuery it is also required to rewrite, because there are
different implementations used. When you expand to a BooleanQuery or
TermInSetQuery, you need to do that in t
justinrsweeney closed pull request #2672: Justinsweeney/qa node testing
URL: https://github.com/apache/lucene-solr/pull/2672
--
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
zhaih commented on issue #11838:
URL: https://github.com/apache/lucene/issues/11838#issuecomment-1271850864
> Maybe a good idea would be to allow the heavy calculations in Weight and
also Rewrite to execute in an Executor.
+1, although I probably would like to start with rewrite first
zhaih opened a new pull request, #11840:
URL: https://github.com/apache/lucene/pull/11840
### Description
Issue: #11838
* Added one public method to `Query` to allow passing in an executor, and
default to just call single thread version
* In `IndexSearcher` we always pass