serhiy-bzhezytskyy opened a new pull request, #4756: URL: https://github.com/apache/solr/pull/4756
Removes `compress`/`confidenceInterval` and their package-private accessors on `ScalarQuantizedDenseVectorField` — 0 external callers. Schema param consumption stays (`args.remove`), only the retention goes: `FieldType.setArgs` throws on leftover args, so a deployed schema still setting these must keep loading. 4-arg constructor → 3-arg, 0 callers, called out in the changelog as source-incompatible. `ScalarQuantizedDenseVectorFieldTest`, 7 tests, 0 failures. AI-assisted (Claude Sonnet 5) -- 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]
