Uses of Class
org.apache.tika.config.Field
-
Packages that use Field 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 -
-
Uses of Field in org.apache.tika.detect
Methods in org.apache.tika.detect with annotations of type Field Modifier and Type Method Description voidFileCommandDetector. 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 Field Modifier and Type Method Description voidParsingEmbeddedDocumentExtractorFactory. setWriteFileNameToContent(boolean writeFileNameToContent) -
Uses of Field in org.apache.tika.metadata.filter
Methods in org.apache.tika.metadata.filter with annotations of type Field Modifier and Type Method Description voidDateNormalizingMetadataFilter. 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)voidClearByMimeMetadataFilter. setMimes(List<String> mimes)voidCaptureGroupMetadataFilter. setRegex(String regex)voidCaptureGroupMetadataFilter. setSourceField(String sourceField)voidCaptureGroupMetadataFilter. setTargetField(String targetField) -
Uses of Field in org.apache.tika.parser
Methods in org.apache.tika.parser with annotations of type Field Modifier and Type Method Description voidRegexCaptureParser. 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 Field Modifier and Type Method Description voidExternalParser. 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 Field Modifier and Type Method Description voidCompositePipesReporter. 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 Modifier and Type Method Description voidAbstractFetcher. setName(String name) -
Uses of Field in org.apache.tika.pipes.fetcher.fs
Methods in org.apache.tika.pipes.fetcher.fs with annotations of type Field Modifier and Type Method Description voidFileSystemFetcher. 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 Field Modifier and Type Method Description voidPipesIterator. 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 Field Modifier and Type Method Description voidFileListPipesIterator. 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 Field Modifier and Type Method Description voidFileSystemPipesIterator. setBasePath(String basePath)voidFileSystemPipesIterator. setCountTotal(boolean countTotal)
-