epugh commented on code in PR #3670:
URL: https://github.com/apache/solr/pull/3670#discussion_r2382675218


##########
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:
   totally!



-- 
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