Package org.apache.lucene.index
Class DocumentsWriterPerThread.IndexingChain
- java.lang.Object
-
- org.apache.lucene.index.DocumentsWriterPerThread.IndexingChain
-
- Enclosing class:
- DocumentsWriterPerThread
abstract static class DocumentsWriterPerThread.IndexingChain extends java.lang.Object
The IndexingChain must define thegetChain(DocumentsWriterPerThread)
method which returns the DocConsumer that the DocumentsWriter calls to process the documents.
-
-
Constructor Summary
Constructors Constructor Description IndexingChain()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract DocConsumer
getChain(DocumentsWriterPerThread documentsWriterPerThread)
-
-
-
Method Detail
-
getChain
abstract DocConsumer getChain(DocumentsWriterPerThread documentsWriterPerThread) throws java.io.IOException
- Throws:
java.io.IOException
-
-