| Package | Description |
|---|---|
| org.apache.tika.batch.fs | |
| org.apache.tika.batch.fs.builders |
| Modifier and Type | Field and Description |
|---|---|
private FSDirectoryCrawler.CRAWL_ORDER |
FSDirectoryCrawler.crawlOrder |
| Modifier and Type | Method and Description |
|---|---|
static FSDirectoryCrawler.CRAWL_ORDER |
FSDirectoryCrawler.CRAWL_ORDER.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FSDirectoryCrawler.CRAWL_ORDER[] |
FSDirectoryCrawler.CRAWL_ORDER.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FSDirectoryCrawler(java.util.concurrent.ArrayBlockingQueue<FileResource> fileQueue,
int numConsumers,
java.nio.file.Path root,
FSDirectoryCrawler.CRAWL_ORDER crawlOrder) |
FSDirectoryCrawler(java.util.concurrent.ArrayBlockingQueue<FileResource> fileQueue,
int numConsumers,
java.nio.file.Path root,
java.nio.file.Path startDirectory,
FSDirectoryCrawler.CRAWL_ORDER crawlOrder) |
| Modifier and Type | Method and Description |
|---|---|
private FSDirectoryCrawler.CRAWL_ORDER |
FSCrawlerBuilder.getCrawlOrder(java.lang.String s) |