zhongshanhao commented on PR #13343:
URL: https://github.com/apache/lucene/pull/13343#issuecomment-2094283378
Task on `wikimediumall `:
```
# Conjunction of 2 terms and 2 stop words
And2Terms2StopWords: +lord +of +the +rings
And2Terms2StopWords: +the +book +of +life
And2Terms2StopWords: +the +garden +of +eden
And2Terms2StopWords: +battle +of +the +bulge
And2Terms2StopWords: +story +of +a +girl
And2Terms2StopWords: +lord +if +the +rings
And2Terms2StopWords: +battle +if +the +bulge
# AndManyTermsWithLowHits
AndManyTermsWithLowHits: +battle +if +the +bulge # 82hits
AndManyTermsWithLowHits: +lord +if +the +rings # 683hits
AndManyTermsWithLowHits: +the +book +of +life +story +of +a +girl # 563hits
AndManyTermsWithLowHits: +the +book +of +life +story +of +a +girl +battle
+if +the +bulge # 0hits
# Conjunction of 3+ terms that are all stop words
AndStopWords: +to +be +or +not +to +be
AndStopWords: +who +are +the +who
# Conjunction of 3 terms
And3Terms: +new +york +population
And3Terms: +world +bank +president
And3Terms: +national +book +award
And3Terms: +united +states +constitution
And3Terms: +law +school +rankings
```
`AndManyTermsWithLowHits` show that the PR works as expected:
```
TaskQPS baseline StdDevQPS
my_modified_version StdDev Pct diff p-value
AndStopWords 5.56 (2.6%) 5.42
(2.6%) -2.6% ( -7% - 2%) 0.002
And3Terms 51.29 (1.9%) 50.71
(2.7%) -1.1% ( -5% - 3%) 0.124
And2Terms2StopWords 61.31 (1.9%) 60.80
(2.5%) -0.8% ( -5% - 3%) 0.245
PKLookup 134.41 (2.3%) 134.62
(3.5%) 0.2% ( -5% - 6%) 0.867
AndManyTermsWithLowHits 108.28 (1.4%) 136.71
(1.8%) 26.3% ( 22% - 29%) 0.000
```
--
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]