serhiy-bzhezytskyy opened a new pull request, #4791:
URL: https://github.com/apache/solr/pull/4791

   ## What
   Removes the deprecated `org.apache.solr.ltr.feature.LegacyFieldValueFeature` 
LTR feature class. Deprecated since 9.4 (SOLR-15440, Christine Poerschke) in 
favor of `FieldValueFeature`, which now has equivalent behavior.
   
   ## Scope
   - Deleted `LegacyFieldValueFeature.java` and its test, 
`TestLegacyFieldValueFeature.java`.
   - Removed a now-dangling javadoc `{@link LegacyFieldValueFeature}` 
cross-reference in `FieldValueFeature`.
   - A historical mention of the class in `major-changes-in-solr-9.adoc` 
(upgrade notes) is left untouched — it documents what happened during the 9.4 
upgrade, not current API.
   - Zero other callers anywhere in the tree (checked `.java`/`.xml`/`.json`).
   
   ## Verification
   - Full-repo `./gradlew compileTestJava` (exit 0).
   - `TestFieldValueFeature` green.
   
   ## Changelog
   `solr-ltr` is a published module and `LegacyFieldValueFeature` was a 
`public` class, so a `type: removed` changelog entry is included.
   
   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]

Reply via email to