Esempio n. 1
0
 internal abstract DocConsumer GetChain(DocumentsWriterPerThread documentsWriterPerThread);
Esempio n. 2
0
 internal DocState(DocumentsWriterPerThread docWriter, InfoStream infoStream)
 {
     this.docWriter  = docWriter;
     this.infoStream = infoStream;
 }