|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReaderResultProcessor
Processes a ReaderResult
is someone implementor
specific way. For example, an implemenation might add the
results to a lucene index, or add them to a JCas etc.
Method Summary | |
---|---|
void |
done()
Notifies the processor that it is done processing results. |
void |
initialize()
Initializes the processor. |
void |
process(ReaderResult result)
Process the specified result. |
Method Detail |
---|
void initialize() throws AIDAException
AIDAException
void process(ReaderResult result) throws AIDAException
result
- the result to process
AIDAException
- if there is an error processing the resultvoid done() throws java.io.IOException
AIDAException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |