Uses of Interface
org.apache.tika.extractor.DocumentSelector
-
Packages that use DocumentSelector Package Description org.apache.tika.batch org.apache.tika.batch.fs -
-
Uses of DocumentSelector in org.apache.tika.batch
Methods in org.apache.tika.batch with parameters of type DocumentSelector Modifier and Type Method Description void
FileResourceCrawler. setDocumentSelector(DocumentSelector documentSelector)
-
Uses of DocumentSelector in org.apache.tika.batch.fs
Classes in org.apache.tika.batch.fs that implement DocumentSelector Modifier and Type Class Description class
FSDocumentSelector
Selector that chooses files based on their file name and their size, as determined by TikaCoreProperties.RESOURCE_NAME_KEY and Metadata.CONTENT_LENGTH.
-