-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[DISCUSSION] Drop Tika app and Solr Cell support? #14
Comments
@irnnr I would at least propose to drop the solr cell support because a lot of the features are not supported by solr cell. |
Though the Solr Cell doesn't support all features and the local Tika app/server is more performant, I think we should keep the Solr Cell support. There are a lot of TYPO3 installations where no local Java installation is available and therefore depend on Solr Cell (e.g. solrfal & text extraction) |
Tika App is very important for me, since I need to extract metadata of lots and lots of mp3 files (and pdfs, but these are smaller) in a TYPO3 installation. Therefore, please keep Tika App support! :) By the way, I also had to add another memory-expanding argument to the tika command: -Xmx512M, to avoid the Java VM error "Could not reserve enough space for object heap". |
@LeoniePhiline thanks for your input! Can you please open a separate issue for the memory flag so that it can be taken care of? |
I also think solr extraction should be kept as that way one can use solrfal if the TYPO3 server itself has no Java (or one cannot install the tika server, etc.) EDIT: However, maybe one could add the advantages and disadvantages (e.g. what doesn't work when using solr cell) of the various types in .md file. |
Right now I have a nice case where with the same site on some environments I can use the tika app (jar), but on other environments I need to switch I only had to add And to add in EXT:extractor has a nicely configurable metadata mapping (normalization) handling. There no code change would be necessary - but EXT:extractor does not support SolrCell, only Tika App local or Tika server. |
There might be some reasons to drop support for Tika app and Solr support:
If we were to decide to do that, it would also result in a new major version as it is a breaking change. Nothing is set in stone or even decided yet. We're just looking for opinions for now.
The text was updated successfully, but these errors were encountered: