Пример #1
0
		public NormsWriterPerThread(DocInverterPerThread docInverterPerThread, NormsWriter normsWriter)
		{
			this.normsWriter = normsWriter;
			docState = docInverterPerThread.docState;
		}
Пример #2
0
 public NormsWriterPerThread(DocInverterPerThread docInverterPerThread, NormsWriter normsWriter)
 {
     this.normsWriter = normsWriter;
     docState         = docInverterPerThread.docState;
 }