Uses of Interface
org.apache.tika.extractor.DocumentSelector
Packages that use DocumentSelector
-
Uses of DocumentSelector in org.apache.tika.batch
Methods in org.apache.tika.batch with parameters of type DocumentSelectorModifier and TypeMethodDescriptionvoid
FileResourceCrawler.setDocumentSelector
(DocumentSelector documentSelector) -
Uses of DocumentSelector in org.apache.tika.batch.fs
Classes in org.apache.tika.batch.fs that implement DocumentSelectorModifier and TypeClassDescriptionclass
Selector that chooses files based on their file name and their size, as determined by TikaCoreProperties.RESOURCE_NAME_KEY and Metadata.CONTENT_LENGTH.