| Package | Description |
|---|---|
| org.apache.tika.batch | |
| org.apache.tika.batch.fs | |
| org.apache.tika.batch.fs.builders |
| Modifier and Type | Field and Description |
|---|---|
private DocumentSelector |
FileResourceCrawler.documentSelector |
| Modifier and Type | Method and Description |
|---|---|
void |
FileResourceCrawler.setDocumentSelector(DocumentSelector documentSelector) |
| Modifier and Type | Class and Description |
|---|---|
class |
FSDocumentSelector
Selector that chooses files based on their file name
and their size, as determined by Metadata.RESOURCE_NAME_KEY and Metadata.CONTENT_LENGTH.
|
| Modifier and Type | Method and Description |
|---|---|
private DocumentSelector |
FSCrawlerBuilder.buildSelector(java.util.Map<java.lang.String,java.lang.String> attributes) |