| Package | Description |
|---|---|
| org.apache.tika.detect |
Media type detection.
|
| org.apache.tika.extractor |
Extraction of component documents.
|
| org.apache.tika.metadata.filter | |
| org.apache.tika.parser |
Tika parsers.
|
| org.apache.tika.parser.external2 | |
| org.apache.tika.pipes | |
| org.apache.tika.pipes.fetcher | |
| org.apache.tika.pipes.fetcher.fs | |
| org.apache.tika.pipes.pipesiterator | |
| org.apache.tika.pipes.pipesiterator.filelist | |
| org.apache.tika.pipes.pipesiterator.fs |
| Modifier and Type | Method and Description |
|---|---|
void |
FileCommandDetector.setFilePath(String fileCommandPath) |
void |
FileCommandDetector.setMaxBytes(int maxBytes)
If this is not called on a TikaInputStream, this detector
will spool up to this many bytes to a file to be detected
by the 'file' command.
|
void |
FileCommandDetector.setTimeoutMs(long timeoutMs) |
void |
FileCommandDetector.setUseMime(boolean useMime) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParsingEmbeddedDocumentExtractorFactory.setWriteFileNameToContent(boolean writeFileNameToContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateNormalizingMetadataFilter.setDefaultTimeZone(String timeZoneId) |
void |
ExcludeFieldMetadataFilter.setExclude(List<String> exclude) |
void |
FieldNameMappingFilter.setExcludeUnmapped(boolean excludeUnmapped)
If this is
true (default), this means that only the fields that
have a "from" value in the mapper will be passed through. |
void |
GeoPointMetadataFilter.setGeoPointFieldName(String geoPointFieldName)
Set the field for the concatenated LATITUDE,LONGITUDE string.
|
void |
IncludeFieldMetadataFilter.setInclude(List<String> include) |
void |
FieldNameMappingFilter.setMappings(Map<String,String> mappings) |
void |
ClearByMimeMetadataFilter.setMimes(List<String> mimes) |
void |
CaptureGroupMetadataFilter.setRegex(String regex) |
void |
CaptureGroupMetadataFilter.setSourceField(String sourceField) |
void |
CaptureGroupMetadataFilter.setTargetField(String targetField) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegexCaptureParser.setCaptureMap(Map<String,String> map) |
void |
RegexCaptureParser.setMatchMap(Map<String,String> map) |
void |
RegexCaptureParser.setRegexMap(Map<String,String> map)
Deprecated.
|
void |
RegexCaptureParser.setWriteContent(boolean writeContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalParser.setCommandLine(List<String> commandLine)
Use this to specify the full commandLine.
|
void |
ExternalParser.setMaxStdErr(int maxStdErr) |
void |
ExternalParser.setMaxStdOut(int maxStdOut) |
void |
ExternalParser.setOutputParser(Parser parser)
This parser is called on the output of the process.
|
void |
ExternalParser.setReturnStderr(boolean returnStderr)
If set to true, this will return the stderr in the metadata
via
ExternalProcess.STD_ERR. |
void |
ExternalParser.setReturnStdout(boolean returnStdout)
If set to true, this will return the stdout in the metadata
via
ExternalProcess.STD_OUT. |
void |
ExternalParser.setSupportedTypes(List<String> supportedTypes)
This is set during initialization from a tika-config.
|
void |
ExternalParser.setTimeoutMs(long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositePipesReporter.addPipesReporter(PipesReporter pipesReporter) |
void |
PipesReporterBase.setExcludes(List<String> excludes) |
void |
PipesReporterBase.setIncludes(List<String> includes) |
void |
CompositePipesReporter.setPipesReporters(List<PipesReporter> pipesReporters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFetcher.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemFetcher.setBasePath(String basePath)
Default behavior si that clients will send in relative paths, this
must be set to allow this fetcher to fetch the
full path.
|
void |
FileSystemFetcher.setExtractFileSystemMetadata(boolean extractFileSystemMetadata)
Extract file system metadata (created, modified, accessed) when fetching file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipesIterator.setEmitterName(String emitterName) |
void |
PipesIterator.setFetcherName(String fetcherName) |
void |
PipesIterator.setHandlerType(String handlerType) |
void |
PipesIterator.setMaxEmbeddedResources(int maxEmbeddedResources) |
void |
PipesIterator.setMaxWaitMs(long maxWaitMs) |
void |
PipesIterator.setOnParseException(String onParseException) |
void |
PipesIterator.setParseMode(String parseModeString) |
void |
PipesIterator.setQueueSize(int queueSize) |
void |
PipesIterator.setWriteLimit(int writeLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileListPipesIterator.setFileList(String path) |
void |
FileListPipesIterator.setHasHeader(boolean hasHeader) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystemPipesIterator.setBasePath(String basePath) |
void |
FileSystemPipesIterator.setCountTotal(boolean countTotal) |
Copyright © 2007–2024 The Apache Software Foundation. All rights reserved.