[
https://issues.apache.org/jira/browse/SOLR-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17158654#comment-17158654
]
David Eric Pugh commented on SOLR-13973:
----------------------------------------
Part of the goal of removing things out of core Solr is to foster innovation
and get some new ideas. A chance to rethink the old ways of doing things! I
suspect much of what is in
https://lucene.apache.org/solr/guide/8_2/uploading-data-with-solr-cell-using-apache-tika.html
could be done using a outside of Solr and then some UpdateRequestProcessors
once the extracted text hits Solr. For example, instead of using the the
literal.field_name capablity, just use a DefaultValueUpdateProcessorFactory
instead.
> Deprecate Tika
> --------------
>
> Key: SOLR-13973
> URL: https://issues.apache.org/jira/browse/SOLR-13973
> Project: Solr
> Issue Type: Improvement
> Reporter: Ishan Chattopadhyaya
> Priority: Blocker
> Fix For: 8.7
>
>
> Solr's primary responsibility should be to focus on search and scalability.
> Having to deal with the problems (CVEs) of Velocity, Tika etc. can slow us
> down. I propose that we deprecate it going forward.
> Tika can be run outside Solr. Going forward, if someone wants to use these,
> it should be possible to bring them into third party packages and installed
> via package manager.
> Plan is to just to throw warnings in logs and add deprecation notes in
> reference guide for now. Removal can be done in 9.0.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]