Package | Description |
---|---|
org.apache.tika.config |
Tika configuration tools.
|
org.apache.tika.parser |
Tika parsers.
|
org.apache.tika.parser.external |
External parser process.
|
Modifier and Type | Field and Description |
---|---|
private CompositeParser |
TikaConfig.parser |
Modifier and Type | Method and Description |
---|---|
(package private) CompositeParser |
TikaConfig.ParserXmlLoader.createComposite(java.util.List<Parser> parsers,
MimeTypes mimeTypes,
ServiceLoader loader) |
(package private) CompositeParser |
TikaConfig.ParserXmlLoader.createDefault(MimeTypes mimeTypes,
ServiceLoader loader) |
private static CompositeParser |
TikaConfig.getDefaultParser(MimeTypes types,
ServiceLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
AutoDetectParser |
class |
DefaultParser
A composite parser based on all the
Parser implementations
available through the
service provider mechanism . |
Modifier and Type | Class and Description |
---|---|
class |
CompositeExternalParser
A Composite Parser that wraps up all the available External Parsers,
and provides an easy way to access them.
|