HUSTERGS opened a new pull request, #15261:
URL: https://github.com/apache/lucene/pull/15261
### Description
This PR Implements `longValues` method for `MultiFieldNormValues` to speedup
`CombinedQuery`
Here is the luceneutil benchmark result with `wikimediumall` and
`searchConcurrency` set to 0, after 20 iterations:
```
TaskQPS baseline StdDevQPS
my_modified_version StdDev Pct diff p-value
CombinedTerm 10.04 (8.2%) 12.49
(11.1%) 24.5% ( 4% - 47%) 0.000
CombinedAndHighHigh 5.00 (7.6%) 6.32
(12.6%) 26.3% ( 5% - 50%) 0.000
CombinedOrHighHigh 4.99 (7.9%) 6.30
(12.6%) 26.4% ( 5% - 50%) 0.000
CombinedAndHighMed 17.08 (8.0%) 22.87
(12.5%) 33.9% ( 12% - 59%) 0.000
CombinedOrHighMed 16.90 (8.2%) 22.76
(12.7%) 34.7% ( 12% - 60%) 0.000
```
<!--
If this is your first contribution to Lucene, please make sure you have
reviewed the contribution guide.
https://github.com/apache/lucene/blob/main/CONTRIBUTING.md
-->
--
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]