| Package | Description |
|---|---|
| org.icij.extract.extractor | |
| org.icij.spewer |
| Modifier and Type | Field and Description |
|---|---|
protected Spewer |
DocumentConsumer.spewer |
| Modifier and Type | Method and Description |
|---|---|
void |
Extractor.extract(TikaDocument tikaDocument,
Spewer spewer)
Extract and spew content from a document.
|
void |
Extractor.extract(TikaDocument tikaDocument,
Spewer spewer,
Reporter reporter)
Extract and spew content from a document.
|
| Constructor and Description |
|---|
DocumentConsumer(Spewer spewer,
Extractor extractor)
Create a new consumer with the default pool size, which is the number of available processors.
|
DocumentConsumer(Spewer spewer,
Extractor extractor,
ExecutorService executor)
Create a new consumer that submits tasks to the given
Executor. |
DocumentConsumer(Spewer spewer,
Extractor extractor,
int poolSize)
Create a new consumer with the given pool size.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSpewer
Writes the text or HTML output from a
Reader to the filesystem. |
class |
PrintStreamSpewer
Writes the text output from a
ParsingReader, and metadata, to the given PrintStream. |
class |
RESTSpewer |
| Modifier and Type | Method and Description |
|---|---|
Spewer |
Spewer.configure(Options<String> options) |
Copyright © 2018 The International Consortium of Investigative Journalists. All rights reserved.