Package org.apache.lucene.index
Class DocumentsWriterPerThread.IndexingChain
java.lang.Object
org.apache.lucene.index.DocumentsWriterPerThread.IndexingChain
- Enclosing class:
DocumentsWriterPerThread
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract DocConsumergetChain(int indexCreatedVersionMajor, SegmentInfo segmentInfo, Directory directory, FieldInfos.Builder fieldInfos, LiveIndexWriterConfig indexWriterConfig, Consumer<Throwable> abortingExceptionConsumer)
-
Constructor Details
-
IndexingChain
IndexingChain()
-
-
Method Details
-
getChain
abstract DocConsumer getChain(int indexCreatedVersionMajor, SegmentInfo segmentInfo, Directory directory, FieldInfos.Builder fieldInfos, LiveIndexWriterConfig indexWriterConfig, Consumer<Throwable> abortingExceptionConsumer)
-