Copilot commented on code in PR #3787: URL: https://github.com/apache/solr/pull/3787#discussion_r2438651318
########## solr/CHANGES.txt: ########## @@ -257,6 +257,9 @@ Dependency Upgrades Other Changes --------------------- +* SOLR-17958: Removed TikaLanguageIdentifierUpdateProcessor. Use LangDetectLanguageIdentifierUpdateProcessor Review Comment: Corrected JIRA issue number from 'SOLR-17958' to 'SOLR-17960' to match the PR title. ```suggestion * SOLR-17960: Removed TikaLanguageIdentifierUpdateProcessor. Use LangDetectLanguageIdentifierUpdateProcessor ``` ########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -172,6 +172,8 @@ Nowadays, the HTTP request is available via internal APIs: `SolrQueryRequest.get * The deprecated transient Solr cores capability has been removed. (SOLR-17932) +* TikaLanguageIdentifierUpdateProcessor, which was deprecated in 9.10, has been removed. Users should use LangDetectLanguageIdentifierUpdateProcessor or OpenNLPLangDetectUpdateProcessor instead for language detection. (SOLR-17958) Review Comment: Corrected JIRA issue number from 'SOLR-17958' to 'SOLR-17960' to match the PR title. ```suggestion * TikaLanguageIdentifierUpdateProcessor, which was deprecated in 9.10, has been removed. Users should use LangDetectLanguageIdentifierUpdateProcessor or OpenNLPLangDetectUpdateProcessor instead for language detection. (SOLR-17960) ``` -- 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]
