C# Class Lucene.Net.Index.DocumentsWriter.IndexingChain

The IndexingChain must define the GetChain(DocumentsWriter) method which returns the DocConsumer that the DocumentsWriter calls to process the documents.
Exibir arquivo Open project: synhershko/lucene.net

Private Methods

Method Description
GetChain ( DocumentsWriter documentsWriter ) : Lucene.Net.Index.DocConsumer