<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,463</shortDescription><upstreamBuild>3463</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>1561</buildNumber><marked><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</SHA1><branch><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</SHA1><branch><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</SHA1><branch><SHA1>86593e51b28db78b5edfff6672b50f2e36d2f031</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>1084</skipCount><totalCount>17486</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><description>Java: 64bit/hotspot/jdk-26 -XX:-UseCompressedOops -XX:+UseG1GC</description><displayName>#1561</displayName><duration>786028</duration><estimatedDuration>694024</estimatedDuration><fullDisplayName>Lucene-MMAPv2-macOS #1561</fullDisplayName><id>1561</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1561</number><queueId>215628</queueId><result>SUCCESS</result><timestamp>1776639663778</timestamp><url>https://jenkins.thetaphi.de/view/Lucene/job/Lucene-MMAPv2-macOS/1561/</url><builtOn>macOS VM</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/MIGRATE.md</affectedPath><affectedPath>lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestTermInSetQuery.java</affectedPath><affectedPath>lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/MultiTermHighlighting.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/util/automaton/TestCompiledAutomaton.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java</affectedPath><affectedPath>lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/EnwikiQueryMaker.java</affectedPath><affectedPath>lucene/queryparser/src/java/org/apache/lucene/queryparser/surround/query/SrndTruncQuery.java</affectedPath><affectedPath>lucene/highlighter/src/test/org/apache/lucene/search/highlight/TestHighlighter.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/NFARunAutomaton.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/automaton/CompiledAutomaton.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestBooleanQuery.java</affectedPath><affectedPath>lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/LabelledCharArrayMatcher.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestWildcardQuery.java</affectedPath><affectedPath>lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/builders/WildcardQueryNodeBuilder.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java</affectedPath><affectedPath>lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParserBase.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java</affectedPath><affectedPath>lucene/queryparser/src/test/org/apache/lucene/queryparser/classic/TestQueryParser.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestMultiTermConstantScore.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestFuzzyQuery.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/WildcardQuery.java</affectedPath><commitId>86593e51b28db78b5edfff6672b50f2e36d2f031</commitId><timestamp>1776618484000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Remove implicit determinization from WildcardQuery (#15961)

* Removed WildcardQuery constructor overloads that exposed determinization controls

* revert assertion

* update changes.txt

* Simplify code structure related to NFAAutomaton

* Update consumeTermsMatching signature using Supplier&lt;ByteRunnable&gt;

* remove redundant code

---------

Co-authored-by: Robert Muir &lt;rmuir@apache.org&gt;
</comment><date>2026-04-19 13:08:04 -0400</date><id>86593e51b28db78b5edfff6672b50f2e36d2f031</id><msg>Remove implicit determinization from WildcardQuery (#15961)</msg><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestMultiTermConstantScore.java</file></path><path><editType>edit</editType><file>lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/MultiTermHighlighting.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestBooleanQuery.java</file></path><path><editType>edit</editType><file>lucene/queryparser/src/java/org/apache/lucene/queryparser/classic/QueryParserBase.java</file></path><path><editType>edit</editType><file>lucene/MIGRATE.md</file></path><path><editType>edit</editType><file>lucene/queries/src/java/org/apache/lucene/queries/intervals/Intervals.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestTermInSetQuery.java</file></path><path><editType>edit</editType><file>lucene/queryparser/src/java/org/apache/lucene/queryparser/flexible/standard/builders/WildcardQueryNodeBuilder.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestWildcardQuery.java</file></path><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/util/automaton/TestCompiledAutomaton.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/CompiledAutomaton.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/NFARunAutomaton.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestFuzzyQuery.java</file></path><path><editType>edit</editType><file>lucene/highlighter/src/test/org/apache/lucene/search/highlight/TestHighlighter.java</file></path><path><editType>edit</editType><file>lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/EnwikiQueryMaker.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/WildcardQuery.java</file></path><path><editType>edit</editType><file>lucene/queryparser/src/java/org/apache/lucene/queryparser/surround/query/SrndTruncQuery.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/QueryVisitor.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java</file></path><path><editType>edit</editType><file>lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/LabelledCharArrayMatcher.java</file></path><path><editType>edit</editType><file>lucene/queryparser/src/test/org/apache/lucene/queryparser/classic/TestQueryParser.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>