TYPO3-Solr / ext-tika

A TYPO3 CMS extension that provides Apache Tika functionality
GNU General Public License v3.0
7 stars 29 forks source link

[FEATURE] add config option for MetaDataExtractor #222

Closed hvomlehn-sds closed 7 months ago

hvomlehn-sds commented 7 months ago

Adds a separate checkbox to the extension configuration options, which toggles the registration of MetaDataExtractor and LanguageDetector within TYPO3.

Background: We have a use-case for ext-tika, where we only want to make use of content extraction. The meta data extraction is not required for our use case of ext-tika. On the contrary, it bothers us that fields within sys_files_metadata get overwritten whenever a file change is detected by TYPO3 (e.g. when renaming a file).

Maybe others have similar use cases, where they only want the "content extraction"-part of this extension and such a toggle in the options is useful.