| Package | Description |
|---|---|
| org.apache.tika.metadata |
Multi-valued metadata container, and set of constant metadata fields.
|
| org.apache.tika.metadata.writefilter |
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setMetadataWriteFilter(MetadataWriteFilter writeFilter)
Sets the writeFilter that is called before
Metadata.set(String, String)
Metadata.set(String, String[]), Metadata.add(String, String),
Metadata.add(String, String[]). |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardWriteFilter
This is to be used to limit the amount of metadata that a
parser can add based on the
StandardWriteFilter.maxTotalEstimatedSize,
StandardWriteFilter.maxFieldSize, StandardWriteFilter.maxValuesPerField, and
StandardWriteFilter.maxKeySize. |
| Modifier and Type | Method and Description |
|---|---|
MetadataWriteFilter |
MetadataWriteFilterFactory.newInstance() |
MetadataWriteFilter |
StandardWriteFilterFactory.newInstance() |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.