-
ClassDescriptionafter 2.5.0 this functionality was moved to the CompositeDetectorCurrently not suitable for real use, more a demo / prototype!Experimental method, will change shortlyUse the
AttributeMetadataHandler
andElementMetadataHandler
classes instead
-
MethodDescriptionUse the
TikaConfig.getParser()
method insteadUsePOIFSContainerDetector.detect(Set, DirectoryEntry)
and pass the root entry of the filesystem whose type is to be detected, as a second argument.UseMiscOLEDetector.detect(Set, DirectoryEntry)
and pass the root entry of the filesystem whose type is to be detected, as a second argument.as 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 insteaduse theCommonsDigester(int, String)
insteadUse theHtmlMapper
mechanism to customize the HTML mapping. This method will be removed in Tika 1.0.Use theHtmlMapper
mechanism to customize the HTML mapping. This method will be removed in Tika 1.0.Use theHtmlMapper
mechanism to customize the HTML mapping. This method will be removed in Tika 1.0.This method will be removed in Apache Tika 1.0.use {@link #parse(XHTMLContentHandler), will be removed after 2.4.0}useRTFParser.setMemoryLimitInKb(int)
insteadTheContentHandlerFactory
override is still experimental and the method signature is subject to change before Tika 2.0This has been replaced byFallbackParser
This API is ICU internal only.This API is ICU internal only.useContentHandlerDecoratorFactory.decorate(ContentHandler, Metadata, ParseContext)
This will be removed in 2.5.0
-
ConstructorDescriptionto be removed in Tika 2.0use
OutlookExtractor(DirectoryNode, Metadata, ParseContext)
Will be removed after 2.4.0useOutlookExtractor(DirectoryNode, Metadata, ParseContext)
Will be removed after 2.4.0Use the constructor which is passed all values directly.Use the constructor which is passed all values directly.-- please useWriteOutContentHandler(Writer)