DLESE Tools
v1.6.0

org.dlese.dpc.index
Interface Callback


public interface Callback

Interface for callbacks to handle processing Documents.

Author:
Timo Proescholdt

Method Summary
 void doWithDocument(org.apache.lucene.document.Document doc)
          Callback method for processing Documents.
 

Method Detail

doWithDocument

void doWithDocument(org.apache.lucene.document.Document doc)
                    throws Exception
Callback method for processing Documents.

Parameters:
doc - The Document to process
Throws:
Exception - If error

DLESE Tools
v1.6.0