<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 4,018</shortDescription><upstreamBuild>4018</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>2116</buildNumber><marked><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</SHA1><branch><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</SHA1><branch><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</SHA1><branch><SHA1>bc9adc96cc58d1e20761d961a2ab865eaede3962</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>810</skipCount><totalCount>18195</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-26.0.2 -XX:+UseCompressedOops -XX:+UseG1GC</description><displayName>#2116</displayName><duration>604236</duration><estimatedDuration>569164</estimatedDuration><fullDisplayName>Lucene-MMAPv2-macOS #2116</fullDisplayName><id>2116</id><inProgress>false</inProgress><keepLog>false</keepLog><number>2116</number><queueId>231887</queueId><result>SUCCESS</result><timestamp>1789333514037</timestamp><url>https://jenkins.thetaphi.de/view/Lucene/job/Lucene-MMAPv2-macOS/2116/</url><builtOn>macOS VM</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/core/src/java/org/apache/lucene/search/ByteVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestFloatVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/MIGRATE.md</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestVectorSimilarityCollector.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestByteVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestExplicitByteVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/ExplicitVectorSimilarityCollector.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/TestExplicitFloatVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/search/FloatVectorSimilarityQuery.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/search/BaseExplicitVectorSimilarityQueryTestCase.java</affectedPath><commitId>bc9adc96cc58d1e20761d961a2ab865eaede3962</commitId><timestamp>1789329999000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Backwards-compatibility changes for [Byte|Float]VectorSimilarityQuery (#16654)

- Lucene 10.5.0 (#15784) switched `[Byte|Float]VectorSimilarityQuery` from explicit to adaptive HNSW graph traversal but kept the constructor signatures unchanged, so the two positional float arguments silently changed meaning from `(traversalSimilarity, resultSimilarity)` to `(resultSimilarity, decay)`.
- Make the public constructors `private` to turn the silent behavior change into a compilation error on upgrade to 10.5.2
- Both behaviors are now exposed as nested classes: `[Byte|Float]VectorSimilarityQuery.Explicit` exposes the Lucene 10.4 behavior and is deprecated (will be removed in a future release), and `[Byte|Float]VectorSimilarityQuery.Adaptive` exposes the 10.5 behavior.
</comment><date>2026-09-13 16:06:39 -0400</date><id>bc9adc96cc58d1e20761d961a2ab865eaede3962</id><msg>Backwards-compatibility changes for [Byte|Float]VectorSimilarityQuery (#16654)</msg><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/ByteVectorSimilarityQuery.java</file></path><path><editType>add</editType><file>lucene/core/src/test/org/apache/lucene/search/TestExplicitByteVectorSimilarityQuery.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestFloatVectorSimilarityQuery.java</file></path><path><editType>add</editType><file>lucene/core/src/test/org/apache/lucene/search/BaseExplicitVectorSimilarityQueryTestCase.java</file></path><path><editType>add</editType><file>lucene/core/src/java/org/apache/lucene/search/ExplicitVectorSimilarityCollector.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestByteVectorSimilarityQuery.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/search/TestVectorSimilarityCollector.java</file></path><path><editType>edit</editType><file>lucene/MIGRATE.md</file></path><path><editType>add</editType><file>lucene/core/src/test/org/apache/lucene/search/TestExplicitFloatVectorSimilarityQuery.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/search/FloatVectorSimilarityQuery.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>