janhoy commented on code in PR #3670: URL: https://github.com/apache/solr/pull/3670#discussion_r2381746602
########## solr/modules/extraction/src/java/org/apache/solr/handler/extraction/ExtractingRequestHandler.java: ########## @@ -28,26 +26,24 @@ import org.apache.solr.security.PermissionNameProvider; import org.apache.solr.update.processor.UpdateRequestProcessor; import org.apache.solr.util.plugin.SolrCoreAware; -import org.apache.tika.config.TikaConfig; /** * Handler for rich documents like PDF or Word or any other file format that Tika handles that need * the text to be extracted first from the document. - * - * @deprecated Will be replaced with something similar that calls out to a separate Tika Server - * process running in its own JVM. */ -@Deprecated(since = "9.10.0") Review Comment: @epugh I undeprecated this and the Loader, and instead deprecated the Local backend. This part needs to be backported before 9.10 release. Also perhaps wording in major-changes... -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org