Uses of Annotation Type
org.apache.tika.config.Field
Packages that use Field
Package
Description
Media type detection.
Extraction of component documents.
Tika parsers.
-
Uses of Field in org.apache.tika.detect
Methods in org.apache.tika.detect with annotations of type FieldModifier and TypeMethodDescriptionvoidFileCommandDetector.setFilePath(String fileCommandPath) voidFileCommandDetector.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.voidFileCommandDetector.setTimeoutMs(long timeoutMs) voidFileCommandDetector.setUseMime(boolean useMime) -
Uses of Field in org.apache.tika.extractor
Methods in org.apache.tika.extractor with annotations of type FieldModifier and TypeMethodDescriptionvoidParsingEmbeddedDocumentExtractorFactory.setWriteFileNameToContent(boolean writeFileNameToContent) -
Uses of Field in org.apache.tika.metadata.filter
Methods in org.apache.tika.metadata.filter with annotations of type FieldModifier and TypeMethodDescriptionvoidDateNormalizingMetadataFilter.setDefaultTimeZone(String timeZoneId) voidExcludeFieldMetadataFilter.setExclude(List<String> exclude) voidFieldNameMappingFilter.setExcludeUnmapped(boolean excludeUnmapped) If this istrue(default), this means that only the fields that have a "from" value in the mapper will be passed through.voidGeoPointMetadataFilter.setGeoPointFieldName(String geoPointFieldName) Set the field for the concatenated LATITUDE,LONGITUDE string.voidIncludeFieldMetadataFilter.setInclude(List<String> include) voidFieldNameMappingFilter.setMappings(Map<String, String> mappings) void -
Uses of Field in org.apache.tika.parser
Methods in org.apache.tika.parser with annotations of type FieldModifier and TypeMethodDescriptionvoidRegexCaptureParser.setCaptureMap(Map<String, String> map) voidRegexCaptureParser.setMatchMap(Map<String, String> map) voidRegexCaptureParser.setRegexMap(Map<String, String> map) Deprecated.voidRegexCaptureParser.setWriteContent(boolean writeContent) -
Uses of Field in org.apache.tika.parser.external2
Methods in org.apache.tika.parser.external2 with annotations of type FieldModifier and TypeMethodDescriptionvoidExternalParser.setCommandLine(List<String> commandLine) Use this to specify the full commandLine.voidExternalParser.setMaxStdErr(int maxStdErr) voidExternalParser.setMaxStdOut(int maxStdOut) voidExternalParser.setOutputParser(Parser parser) This parser is called on the output of the process.voidExternalParser.setReturnStderr(boolean returnStderr) If set to true, this will return the stderr in the metadata viaExternalProcess.STD_ERR.voidExternalParser.setReturnStdout(boolean returnStdout) If set to true, this will return the stdout in the metadata viaExternalProcess.STD_OUT.voidExternalParser.setSupportedTypes(List<String> supportedTypes) This is set during initialization from a tika-config.voidExternalParser.setTimeoutMs(long timeoutMs) -
Uses of Field in org.apache.tika.pipes
Methods in org.apache.tika.pipes with annotations of type FieldModifier and TypeMethodDescriptionvoidCompositePipesReporter.addPipesReporter(PipesReporter pipesReporter) voidPipesReporterBase.setExcludes(List<String> excludes) voidPipesReporterBase.setIncludes(List<String> includes) voidCompositePipesReporter.setPipesReporters(List<PipesReporter> pipesReporters) Deprecated. -
Uses of Field in org.apache.tika.pipes.fetcher
Methods in org.apache.tika.pipes.fetcher with annotations of type Field -
Uses of Field in org.apache.tika.pipes.fetcher.fs
Methods in org.apache.tika.pipes.fetcher.fs with annotations of type FieldModifier and TypeMethodDescriptionvoidFileSystemFetcher.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.voidFileSystemFetcher.setExtractFileSystemMetadata(boolean extractFileSystemMetadata) Extract file system metadata (created, modified, accessed) when fetching file. -
Uses of Field in org.apache.tika.pipes.pipesiterator
Methods in org.apache.tika.pipes.pipesiterator with annotations of type FieldModifier and TypeMethodDescriptionvoidPipesIterator.setEmitterName(String emitterName) voidPipesIterator.setFetcherName(String fetcherName) voidPipesIterator.setHandlerType(String handlerType) voidPipesIterator.setMaxEmbeddedResources(int maxEmbeddedResources) voidPipesIterator.setMaxWaitMs(long maxWaitMs) voidPipesIterator.setOnParseException(String onParseException) voidPipesIterator.setParseMode(String parseModeString) voidPipesIterator.setQueueSize(int queueSize) voidPipesIterator.setWriteLimit(int writeLimit) -
Uses of Field in org.apache.tika.pipes.pipesiterator.filelist
Methods in org.apache.tika.pipes.pipesiterator.filelist with annotations of type FieldModifier and TypeMethodDescriptionvoidFileListPipesIterator.setFileList(String path) voidFileListPipesIterator.setHasHeader(boolean hasHeader) -
Uses of Field in org.apache.tika.pipes.pipesiterator.fs
Methods in org.apache.tika.pipes.pipesiterator.fs with annotations of type FieldModifier and TypeMethodDescriptionvoidFileSystemPipesIterator.setBasePath(String basePath) voidFileSystemPipesIterator.setCountTotal(boolean countTotal)
CompositePipesReporter.addPipesReporter(PipesReporter)