4teamwork / ftw.tika

This product integrates Apache Tika for full text indexing with Plone.
4 stars 1 forks source link

Wire up additional MIME types #5

Closed lukasgraf closed 10 years ago

lukasgraf commented 10 years ago

Currently only MIME types for XML based Microsoft Office formats are defined as input types for the transform provided by ftw.tika. Wire up and test the remaining MIME types supported by Apache Tika.

lukasgraf commented 10 years ago

One input type missing from the registry is enough to make registration of the entire transform fail.

So don't try to install the transform with all the supported input types from the start. Instead, first register it for a simple set of initial types, then filter the list of supported types to only the ones present in the MTR, and update the transforms input types afterwards.