-
Classes Class Description org.apache.tika.detect.OverrideDetector after 2.5.0 this functionality was moved to the CompositeDetectororg.apache.tika.metadata.XMPDM.ChannelTypePropertyConverter Experimental method, will change shortlyorg.apache.tika.parser.AbstractParser for removal in 4.x
-
Methods Method Description org.apache.tika.io.TikaInputStream.get(File) useTikaInputStream.get(Path). In Tika 2.0, this will be removed or modified to throw an IOException.org.apache.tika.mime.MimeTypes.getMimeType(String) UseTika.detect(String)insteadorg.apache.tika.parser.AbstractParser.parse(InputStream, ContentHandler, Metadata) use theParser.parse(InputStream, ContentHandler, Metadata, ParseContext)method insteadorg.apache.tika.parser.multiple.AbstractMultipleParser.parse(InputStream, ContentHandlerFactory, Metadata, ParseContext) TheContentHandlerFactoryoverride is still experimental and the method signature is subject to change before Tika 2.0org.apache.tika.parser.ParserDecorator.withFallbacks(Collection<? extends Parser>, Set<MediaType>) This has been replaced byFallbackParser