Class DocumentsWriterPerThread.IndexingChain

  • Enclosing class:
    DocumentsWriterPerThread

    abstract static class DocumentsWriterPerThread.IndexingChain
    extends java.lang.Object
    The IndexingChain must define the getChain(DocumentsWriterPerThread) method which returns the DocConsumer that the DocumentsWriter calls to process the documents.
    • Constructor Detail

      • IndexingChain

        IndexingChain()