-
Deprecated ClassesClassDescriptionafter 2.5.0 this functionality was moved to the CompositeDetectorExperimental method, will change shortly
-
Deprecated Fields
-
Deprecated MethodsMethodDescriptionUse the
TikaConfig.getParser()method insteadas of 1.17, useEmbeddedDocumentUtil.getTikaConfig()insteadsince 1.8since 1.8useTikaInputStream.get(Path). In Tika 2.0, this will be removed or modified to throw an IOException.useTikaInputStream.get(Path, Metadata). In Tika 2.0, this will be removed or modified to throw an IOException.UseTika.detect(File)insteadUseTika.detect(String)insteaduse theParser.parse(InputStream, ContentHandler, Metadata, ParseContext)method insteadTheContentHandlerFactoryoverride is still experimental and the method signature is subject to change before Tika 2.0This has been replaced byFallbackParseruseContentHandlerDecoratorFactory.decorate(ContentHandler, Metadata, ParseContext)This will be removed in 2.5.0
-
Deprecated Constructors