public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
		{
			this.consumer = consumer;
			this.endConsumer = endConsumer;
		}
 public DocInverter(InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
Example #3
0
 public DocInverter(DocumentsWriterPerThread.DocState docState, InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.docState    = docState;
     this.consumer    = consumer;
     this.endConsumer = endConsumer;
 }
Example #4
0
 public DocInverter(DocumentsWriterPerThread.DocState docState, InvertedDocConsumer consumer, InvertedDocEndConsumer endConsumer)
 {
     this.DocState = docState;
     this.Consumer = consumer;
     this.EndConsumer = endConsumer;
 }