Interface Callback


public interface Callback
Interface for callbacks to handle processing Documents.
Author:
Timo Proescholdt invalid input: '<'timo@proescholdt.de>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doWithDocument(org.apache.lucene.document.Document doc)
    Callback method for processing Documents.
  • Method Details

    • 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