| Package | Description |
|---|---|
| org.icij.extract | |
| org.icij.extract.document | |
| org.icij.extract.extractor | |
| org.icij.extract.queue | |
| org.icij.extract.redis | |
| org.icij.spewer | |
| org.icij.task |
| Modifier and Type | Method and Description |
|---|---|
Scanner |
Scanner.configure(Options<String> options)
Configure the scanner with the given options.
|
| Constructor and Description |
|---|
ScannerVisitor(Path path,
BlockingQueue<TikaDocument> queue,
DocumentFactory factory,
Options<String> options)
Instantiate a new task for scanning the given path.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFactory |
DocumentFactory.configure(Options<String> options) |
| Constructor and Description |
|---|
DocumentFactory(Options<String> options) |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
Extractor.configure(Options<String> options) |
| Modifier and Type | Method and Description |
|---|---|
DocumentQueueDrainer |
DocumentQueueDrainer.configure(Options<String> options) |
| Modifier and Type | Method and Description |
|---|---|
RedissonClientFactory |
RedissonClientFactory.withOptions(Options<String> options)
Create a new connection manager by query the given set of options.
|
| Constructor and Description |
|---|
RedisDocumentQueue(DocumentFactory factory,
Options<String> options)
Create a Redis-backed queue using the provided configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FieldNames |
FieldNames.configure(Options<String> options) |
FileSpewer |
FileSpewer.configure(Options<String> options) |
Spewer |
Spewer.configure(Options<String> options) |
| Modifier and Type | Field and Description |
|---|---|
protected Options<String> |
DefaultTask.options |
| Modifier and Type | Method and Description |
|---|---|
Options<T> |
Options.add(Option<T> option) |
Options<T> |
Options.createFrom(Options<T> optionsToBind) |
static Options<String> |
Options.from(Map<String,String> stringProperties) |
static Options<String> |
Options.from(Properties stringProperties) |
Options<String> |
DefaultTask.options() |
Options<T> |
Task.options() |
protected static Options<String> |
DefaultTask.options(Class<? extends DefaultTask> taskClass) |
| Modifier and Type | Method and Description |
|---|---|
Options<T> |
Options.createFrom(Options<T> optionsToBind) |
Copyright © 2018. All rights reserved.