Package | Description |
---|---|
org.apache.tika.batch.fs | |
org.apache.tika.config |
Tika configuration tools.
|
org.apache.tika.eval.core.metadata | |
org.apache.tika.langdetect.opennlp.metadatafilter | |
org.apache.tika.langdetect.optimaize.metadatafilter | |
org.apache.tika.metadata.filter | |
org.apache.tika.sax |
SAX utilities.
|
Constructor and Description |
---|
RecursiveParserWrapperFSConsumer(ArrayBlockingQueue<FileResource> queue,
Parser parser,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
MetadataFilter metadataFilter) |
StreamOutRPWFSConsumer(ArrayBlockingQueue<FileResource> queue,
Parser parser,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
MetadataFilter metadataFilter) |
Modifier and Type | Method and Description |
---|---|
MetadataFilter |
TikaConfig.getMetadataFilter() |
Modifier and Type | Class and Description |
---|---|
class |
TikaEvalMetadataFilter |
Modifier and Type | Class and Description |
---|---|
class |
OpenNLPMetadataFilter |
Modifier and Type | Class and Description |
---|---|
class |
OptimaizeMetadataFilter |
Modifier and Type | Class and Description |
---|---|
class |
ClearByMimeMetadataFilter
This class clears the entire metadata object if the
mime matches the mime filter.
|
class |
CompositeMetadataFilter |
class |
DateNormalizingMetadataFilter
Some dates in some file formats do not have a timezone.
|
class |
DefaultMetadataFilter |
class |
ExcludeFieldMetadataFilter |
class |
FieldNameMappingFilter |
class |
GeoPointMetadataFilter
If
Metadata contains a TikaCoreProperties.LATITUDE and
a TikaCoreProperties.LONGITUDE , this filter concatenates those with a
comma in the order LATITUDE,LONGITUDE. |
class |
IncludeFieldMetadataFilter |
class |
NoOpFilter
This filter performs no operations on the metadata
and leaves it untouched.
|
Modifier and Type | Method and Description |
---|---|
static MetadataFilter |
MetadataFilter.load(Element root,
boolean allowMissing)
Loads the metadata filter from the config file if it exists, otherwise returns NoOpFilter
|
Constructor and Description |
---|
CompositeMetadataFilter(List<MetadataFilter> filters) |
DefaultMetadataFilter(List<MetadataFilter> metadataFilters) |
Constructor and Description |
---|
RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory,
int maxEmbeddedResources,
MetadataFilter metadataFilter) |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.