public class FSDocumentSelector extends Object implements org.apache.tika.extractor.DocumentSelector
excludeFileName pattern is applied first (if it isn't null).
Then the includeFileName pattern is applied (if it isn't null),
and finally, the size limit is applied if it is above 0.| Constructor and Description |
|---|
FSDocumentSelector(Pattern includeFileName,
Pattern excludeFileName,
long minFileSizeBytes,
long maxFileSizeBytes) |
Copyright © 2007–2025 The Apache Software Foundation. All rights reserved.