Наследование: DocValuesProducer
Пример #1
0
 public NormsDocValues(Lucene3xNormsProducer outerInstance, IndexInput normInput, long normSeek)
 {
     this.outerInstance = outerInstance;
     this.file          = normInput;
     this.offset        = normSeek;
 }
Пример #2
0
 public NormsDocValues(Lucene3xNormsProducer outerInstance, IndexInput normInput, long normSeek)
 {
     this.OuterInstance = outerInstance;
     this.File = normInput;
     this.Offset = normSeek;
 }