| Package | Description |
|---|---|
| org.icij.extract.report |
| Modifier and Type | Method and Description |
|---|---|
Report |
Reporter.report(TikaDocument tikaDocument)
Check the extraction result of a given tikaDocument.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HashMapReportMap.fastPut(TikaDocument key,
Report value) |
boolean |
ReportMap.fastPut(TikaDocument key,
Report value)
Allow implementations to define a faster method for putting values into the map that doesn't require the
previous value to be returned.
|
void |
Reporter.save(TikaDocument tikaDocument,
Report report)
Save the extraction report for the given tikaDocument.
|
Copyright © 2018. All rights reserved.