Beispiel #1
0
 public TermsEnumAnonymousInnerClassHelper(CompressedBinaryDocValues outerInstance, IndexInput input)
 {
     this.outerInstance = outerInstance;
     this.input         = input;
     currentOrd         = -1;
     termBuffer         = new BytesRef(outerInstance.bytes.maxLength < 0 ? 0 : outerInstance.bytes.maxLength);
     term = new BytesRef();
 }
 public TermsEnumAnonymousInnerClassHelper(CompressedBinaryDocValues outerInstance, IndexInput input)
 {
     this.OuterInstance = outerInstance;
     this.Input = input;
     currentOrd = -1;
     termBuffer = new BytesRef(outerInstance.Bytes.MaxLength < 0 ? 0 : outerInstance.Bytes.MaxLength);
     term = new BytesRef();
 }