Class TikaSpringConfiguredContentTransformer

  • All Implemented Interfaces:
    ContentWorker, ContentTransformer, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    @Deprecated
    public class TikaSpringConfiguredContentTransformer
    extends TikaPoweredContentTransformer
    Deprecated.
    The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
    A Content Extractor for XML, HTML and Text, which makes use of Apache Tika, and allows the selection of the Tika parser to be sprung-in. Using spring, you list the Tika parser to use, which may well not be a standard Tika one. You should specify either a spring created bean, or a parser class name.
    Author:
    Nick Burch
    • Constructor Detail

      • TikaSpringConfiguredContentTransformer

        public TikaSpringConfiguredContentTransformer()
        Deprecated.
    • Method Detail

      • setTikaParserName

        public void setTikaParserName​(java.lang.String className)
        Deprecated.
        Injects the name of the Tika parser to use
        Parameters:
        className - String
      • setTikaParser

        public void setTikaParser​(org.apache.tika.parser.Parser tikaParser)
        Deprecated.
        Injects the Tika parser to use
        Parameters:
        tikaParser - Parser