public BitsAnonymousInnerClassHelper(SimpleTextDocValuesReader outerInstance, Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.OneField field, IndexInput @in, BytesRef scratch)
 {
     this.outerInstance = outerInstance;
     this.field         = field;
     this.@in           = @in;
     this.scratch       = scratch;
 }
 public NumericDocValuesAnonymousInnerClassHelper(SimpleTextDocValuesReader outerInstance, Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.OneField field, IndexInput @in, BytesRef scratch, DecimalFormat decoder)
 {
     this.outerInstance = outerInstance;
     this.field         = field;
     this.@in           = @in;
     this.scratch       = scratch;
     this.decoder       = decoder;
 }
 public SortedSetDocValuesAnonymousInnerClassHelper(SimpleTextDocValuesReader outerInstance, Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader.OneField field, IndexInput @in, BytesRef scratch, DecimalFormat decoder)
 {
     this.outerInstance = outerInstance;
     this.field         = field;
     this.@in           = @in;
     this.scratch       = scratch;
     this.decoder       = decoder;
     currentOrds        = new string[0];
     currentIndex       = 0;
 }