Inheritance: DocValuesProducer
Esempio n. 1
0
 public NormsDocValues(Lucene3xNormsProducer outerInstance, IndexInput normInput, long normSeek)
 {
     this.outerInstance = outerInstance;
     this.file          = normInput;
     this.offset        = normSeek;
 }
 public NormsDocValues(Lucene3xNormsProducer outerInstance, IndexInput normInput, long normSeek)
 {
     this.OuterInstance = outerInstance;
     this.File = normInput;
     this.Offset = normSeek;
 }