Package org.opensextant.extraction
Class ExtractionResult
java.lang.Object
org.opensextant.extraction.ExtractionResult
- Author:
- ubaldino
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final Parameters
Original file for recordshort ID or name of fileText version of file used for processing -
Constructor Summary
ConstructorDescriptionExtractionResult
(String rid) Given a record ID, create a container for holding onto all the geocodes for that particular data object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(String f, Object v) Add some piece of amplifying metadata about the record which may be carried through to output format in some way
-
Field Details
-
DEFAULT_FILTERS
-
input
-
attributes
-
recordFile
Original file for record -
recordID
short ID or name of file -
recordTextFile
Text version of file used for processing -
matches
-
-
Constructor Details
-
ExtractionResult
Given a record ID, create a container for holding onto all the geocodes for that particular data object.- Parameters:
rid
- result ID, optionally null
-
-
Method Details
-
addAttribute
Add some piece of amplifying metadata about the record which may be carried through to output format in some way- Parameters:
f
- fieldv
- value
-