public Int64BinaryDocValuesAnonymousInnerClassHelper2(Lucene45DocValuesProducer outerInstance, Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data, MonotonicBlockPackedReader addresses)
 {
     this.outerInstance = outerInstance;
     this.bytes         = bytes;
     this.data          = data;
     this.addresses     = addresses;
 }
示例#2
0
 public Int64BinaryDocValuesAnonymousInnerClassHelper(Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data)
 {
     this.bytes = bytes;
     this.data  = data;
 }
示例#3
0
 public Int64BinaryDocValuesAnonymousClass2(Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data, MonotonicBlockPackedReader addresses)
 {
     this.bytes     = bytes;
     this.data      = data;
     this.addresses = addresses;
 }