| Package | Description |
|---|---|
| org.icij.extract | |
| org.icij.extract.document | |
| org.icij.extract.redis |
| Constructor and Description |
|---|
Scanner(DocumentFactory factory,
BlockingQueue<TikaDocument> queue) |
Scanner(DocumentFactory factory,
BlockingQueue<TikaDocument> queue,
SealableLatch latch) |
Scanner(DocumentFactory factory,
BlockingQueue<TikaDocument> queue,
SealableLatch latch,
Notifiable notifiable)
Creates a
Scanner that sends all results straight to the underlying BlockingQueue on a
single thread. |
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) |
DocumentFactory |
DocumentFactory.withIdentifier(Identifier identifier) |
| Constructor and Description |
|---|
DocumentDecoder(DocumentFactory factory,
Charset charset) |
RedisDocumentQueue(DocumentFactory factory,
Options<String> options)
Create a Redis-backed queue using the provided configuration.
|
Copyright © 2018. All rights reserved.