serhiy-bzhezytskyy opened a new pull request, #4757: URL: https://github.com/apache/solr/pull/4757
Removes `getHnswMaxConn`/`getHnswBeamWidth` on `DenseVectorField` — aliases for `getHnswM`/`getHnswEfConstruction`, 0 external callers. Their only in-tree references were 4 assertions per accessor in `DenseVectorFieldTest`, asserting the alias equalled the replacement; deleted rather than rewritten, every field-type block still pins the replacement to a literal. The `hnswMaxConnections`/`hnswBeamWidth` schema params stay live on purpose — that's user-facing config, not this ticket's scope. `DenseVectorFieldTest`, 48 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]
