Class DocumentsWriterPerThread.IndexingChain

java.lang.Object
org.apache.lucene.index.DocumentsWriterPerThread.IndexingChain
Enclosing class:
DocumentsWriterPerThread

abstract static class DocumentsWriterPerThread.IndexingChain extends Object
The IndexingChain must define the getChain(int, SegmentInfo, Directory, FieldInfos.Builder, LiveIndexWriterConfig, Consumer) method which returns the DocConsumer that the DocumentsWriter calls to process the documents.