<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action></action><action _class='hudson.model.CauseAction'><cause _class='org.jenkinsci.lib.xtrigger.XTriggerCause'><shortDescription>[ScriptTrigger] Groovy Expression evaluation to true. (&lt;a href="triggerCauseAction"&gt;log&lt;/a&gt;)</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesoriginmain _class='hudson.plugins.git.util.Build'><buildNumber>67070</buildNumber><marked><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</SHA1><branch><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</SHA1><name>refs/remotes/origin/main</name></branch></marked><revision><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</SHA1><branch><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</SHA1><name>refs/remotes/origin/main</name></branch></revision></refsremotesoriginmain></buildsByBranchName><lastBuiltRevision><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</SHA1><branch><SHA1>cab6cfcb604106b5789262278b09cb0e7170584e</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>808</skipCount><totalCount>18218</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.1 -XX:+UseCompressedOops -XX:+UseParallelGC</description><displayName>#67070</displayName><duration>687833</duration><estimatedDuration>594907</estimatedDuration><fullDisplayName>Lucene-main-Linux #67070</fullDisplayName><id>67070</id><inProgress>false</inProgress><keepLog>false</keepLog><number>67070</number><queueId>232399</queueId><result>SUCCESS</result><timestamp>1789765560646</timestamp><url>https://jenkins.thetaphi.de/view/Lucene/job/Lucene-main-Linux/67070/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>lucene/core/src/test/org/apache/lucene/codecs/lucene104/TestLucene104ScalarQuantizedVectorsFormat.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/OffHeapScalarQuantizedFloatVectorValues.java</affectedPath><affectedPath>lucene/core/src/test/org/apache/lucene/codecs/lucene104/TestLucene104HnswScalarQuantizedVectorsFormat.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/OffHeapScalarQuantizedFloat16VectorValues.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104HnswScalarQuantizedVectorsFormat.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsReader.java</affectedPath><affectedPath>lucene/CHANGES.txt</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/util/quantization/OptimizedScalarQuantizer.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsFormat.java</affectedPath><affectedPath>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsWriter.java</affectedPath><commitId>cab6cfcb604106b5789262278b09cb0e7170584e</commitId><timestamp>1789765008000</timestamp><author><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>Implement data-blind scalar quantization (#16030)

Add a new Mode option to scalar quantization that allows switching between 3 different storage representations:

CENTERED maintains the existing path: a mean vector is computed per-segment and every vector is quantized as a residual against this mean vector.
DATA_BLIND_WITH_FLOATS skips computing a mean vector and provides a zero vector instead. This makes merging cheaper -- there's no need to compute the segment mean vector or re-quantize the contents of the segment. The original input float vector is retained.
DATA_BLIND_WITHOUT_FLOATS extends the approach above by dropping the float vectors as well. This only support for symmetric quantization; asymmetric quantization needs to re-read the original floats as "queries" for graph search.
Both CENTERED and DATA_BLIND_WITH_FLOATS require that there is an input float field on segment inputs or merges are failed, when floats are dropped we allow inputs with he same encoding.
</comment><date>2026-09-18 13:56:48 -0700</date><id>cab6cfcb604106b5789262278b09cb0e7170584e</id><msg>Implement data-blind scalar quantization (#16030)</msg><path><editType>edit</editType><file>lucene/CHANGES.txt</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/util/quantization/OptimizedScalarQuantizer.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/OffHeapScalarQuantizedFloat16VectorValues.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsFormat.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/OffHeapScalarQuantizedFloatVectorValues.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104HnswScalarQuantizedVectorsFormat.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/codecs/lucene104/TestLucene104HnswScalarQuantizedVectorsFormat.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsWriter.java</file></path><path><editType>edit</editType><file>lucene/core/src/java/org/apache/lucene/codecs/lucene104/Lucene104ScalarQuantizedVectorsReader.java</file></path><path><editType>edit</editType><file>lucene/core/src/test/org/apache/lucene/codecs/lucene104/TestLucene104ScalarQuantizedVectorsFormat.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://jenkins.thetaphi.de/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>