[GitHub] [lucene] uschindler commented on issue #11838: Adding concurrency to query rewrite?

2022-10-07 Thread GitBox
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

[GitHub] [lucene-solr] justinrsweeney closed pull request #2672: Justinsweeney/qa node testing

2022-10-07 Thread GitBox
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

[GitHub] [lucene] zhaih commented on issue #11838: Adding concurrency to query rewrite?

2022-10-07 Thread GitBox
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

[GitHub] [lucene] zhaih opened a new pull request, #11840: GITHUB-11838 Add api to allow concurrent query rewrite

2022-10-07 Thread GitBox
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