Package org.dlese.dpc.index
Interface Callback
public interface Callback
Interface for callbacks to handle processing Documents.
- Author:
- Timo Proescholdt invalid input: '<'timo@proescholdt.de>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoWithDocument(org.apache.lucene.document.Document doc) Callback method for processing Documents.
-
Method Details
-
doWithDocument
Callback method for processing Documents.- Parameters:
doc- The Document to process- Throws:
Exception- If error
-