<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.model.Cause$UpstreamCause'><shortDescription>Started by upstream project "Lucene-MMAPv2-Windows" build number 3,764</shortDescription><upstreamBuild>3764</upstreamBuild><upstreamProject>Lucene-MMAPv2-Windows</upstreamProject><upstreamUrl>job/Lucene-MMAPv2-Windows/</upstreamUrl></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>1862</buildNumber><marked><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><branch><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><branch><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><branch><SHA1>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</SHA1><name>refs/remotes/origin/main</name></branch></lastBuiltRevision><remoteUrl>https://gitbox.apache.org/repos/asf/lucene.git</remoteUrl><scmName></scmName></action><action></action><action></action><action _class='hudson.model.ParametersAction'></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>778</skipCount><totalCount>17672</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Java: 64bit/hotspot/jdk-25.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC</description><displayName>#1862</displayName><duration>862757</duration><estimatedDuration>666800</estimatedDuration><fullDisplayName>Lucene-MMAPv2-macOS #1862</fullDisplayName><id>1862</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1862</number><queueId>224881</queueId><result>SUCCESS</result><timestamp>1783363765206</timestamp><url>https://jenkins.thetaphi.de/view/Lucene/job/Lucene-MMAPv2-macOS/1862/</url><builtOn>macOS VM</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/monitor/src/test/org/apache/lucene/monitor/TestForceNoBulkScoringQuery.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/monitor/src/java/org/apache/lucene/monitor/ForceNoBulkScoringQuery.java</affectedPath><commitId>496df04f6cc25d48f03f363f929e5fbcee9a09d2</commitId><timestamp>1783343707000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Fix disabling of bulk scoring in monitor (#16350)

The monitor wraps all queries in a ForceNoBulkScoringQuery to ensure
that it runs everything doc-at-a-time and doesn't allocate large
bulk buffers for searches over a tiny number of documents.  Changes
to the bulk scoring API in Weight and ScorerSupplier meant that this
optimization was silently disabled.

Add a new test to ensure that bulk scoring is properly disabled,
and re-work ForceNoBulkScoringQuery so that it behaves as expected.
</comment><date>2026-07-06 14:15:07 +0100</date><id>496df04f6cc25d48f03f363f929e5fbcee9a09d2</id><msg>Fix disabling of bulk scoring in monitor (#16350)</msg><path><editType>edit</editType><file>lucene/monitor/src/test/org/apache/lucene/monitor/TestForceNoBulkScoringQuery.java</file></path><path><editType>edit</editType><file>lucene/monitor/src/java/org/apache/lucene/monitor/ForceNoBulkScoringQuery.java</file></path><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/core/src/java/org/apache/lucene/search/ReqExclBulkScorer.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/TwoPhaseIterator.java</affectedPath><commitId>446dda96692080c33975abeba6fe2fb31f2d7095</commitId><timestamp>1783346063000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Skip runs of excluded docs in ReqExclBulkScorer for two-phase clauses (#16307)

Use TwoPhaseIterator#docIDRunEnd() to skip a run of excluded docs for a
two-phase excluded clause, like the plain DocIdSetIterator branch already
does, instead of advancing one doc at a time. Clamp to at least upTo+1
since TwoPhaseIterator#docIDRunEnd() defaults to the current doc.
</comment><date>2026-07-06 15:54:23 +0200</date><id>446dda96692080c33975abeba6fe2fb31f2d7095</id><msg>Skip runs of excluded docs in ReqExclBulkScorer for two-phase clauses (#16307)</msg><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/TwoPhaseIterator.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/ReqExclBulkScorer.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggestion.java</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/FlyweightEntry.java</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordCase.java</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggester.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SuggestibleEntryCache.java</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java</affectedPath><affectedPath>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/DictionarySuggester.java</affectedPath><commitId>4a724291f047ad0a9328d7d5ee093f98084bf6bf</commitId><timestamp>1783348231000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>feat: Add API to use custom dictionary suggester (#16363)
</comment><date>2026-07-06 16:30:31 +0200</date><id>4a724291f047ad0a9328d7d5ee093f98084bf6bf</id><msg>feat: Add API to use custom dictionary suggester (#16363)</msg><path><editType>add</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/DictionarySuggester.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggester.java</file></path><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/FlyweightEntry.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SuggestibleEntryCache.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/Suggestion.java</file></path><path><editType>edit</editType><file>lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordCase.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>.github/workflows/verify-changelog-and-set-milestone.yml</affectedPath><affectedPath>.github/workflows/verify-changelog-and-set-milestone.disabled</affectedPath><commitId>260c5f257232fcfe4ab3bbbb309821f9512b48a4</commitId><timestamp>1783355831000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/dawid.weiss</absoluteUrl><fullName>dawid.weiss</fullName></author><authorEmail>dawid.weiss@carrotsearch.com</authorEmail><comment>Turn off verify-changelog-and-set-milestone. #16366
</comment><date>2026-07-06 18:37:11 +0200</date><id>260c5f257232fcfe4ab3bbbb309821f9512b48a4</id><msg>Turn off verify-changelog-and-set-milestone. #16366</msg><path><editType>delete</editType><file>.github/workflows/verify-changelog-and-set-milestone.yml</file></path><path><editType>add</editType><file>.github/workflows/verify-changelog-and-set-milestone.disabled</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/LowerCaseBenchmark.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/analysis/CharacterUtils.java</affectedPath><commitId>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</commitId><timestamp>1783358224000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Add ASCII fast-path to CharacterUtils.toLowerCase (#16355)

* Add ASCII fast-path to CharacterUtils.toLowerCase

Skip codepoint-level Unicode lowering for ASCII-only tokens
by using direct arithmetic; 2.16x faster on English text.

* Reverting cosmetic changes.

* Remove unused import.

---------

Co-authored-by: Dawid Weiss &lt;dawid.weiss@carrotsearch.com&gt;
</comment><date>2026-07-06 19:17:04 +0200</date><id>a9eb52b6f8904f4bf47abfc0aa97930f14bb36bc</id><msg>Add ASCII fast-path to CharacterUtils.toLowerCase (#16355)</msg><path><editType>add</editType><file>lucene/benchmark-jmh/src/java/org/apache/lucene/benchmark/jmh/LowerCaseBenchmark.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/analysis/CharacterUtils.java</file></path><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/dawid.weiss</absoluteUrl><fullName>dawid.weiss</fullName></culprit><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>