class org.apache.lucene.codecs.memory.DirectDocValuesConsumer extends org.apache.lucene.codecs.DocValuesConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.memory.DirectDocValuesConsumer
  super_class: org.apache.lucene.codecs.DocValuesConsumer
{
  org.apache.lucene.store.IndexOutput data;
    descriptor: Lorg/apache/lucene/store/IndexOutput;
    flags: (0x0000) 

  org.apache.lucene.store.IndexOutput meta;
    descriptor: Lorg/apache/lucene/store/IndexOutput;
    flags: (0x0000) 

  final int maxDoc;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.lucene.codecs.memory.DirectDocValuesConsumer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.SegmentWriteState, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Lorg/apache/lucene/index/SegmentWriteState;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=6
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.SegmentWriteState state
        start local 2 // java.lang.String dataCodec
        start local 3 // java.lang.String dataExtension
        start local 4 // java.lang.String metaCodec
        start local 5 // java.lang.String metaExtension
         0: .line 50
            aload 0 /* this */
            invokespecial org.apache.lucene.codecs.DocValuesConsumer.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentInfo:Lorg/apache/lucene/index/SegmentInfo;
            invokevirtual org.apache.lucene.index.SegmentInfo.maxDoc:()I
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
         2: .line 52
            iconst_0
            istore 6 /* success */
        start local 6 // boolean success
         3: .line 54
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentInfo:Lorg/apache/lucene/index/SegmentInfo;
            getfield org.apache.lucene.index.SegmentInfo.name:Ljava/lang/String;
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentSuffix:Ljava/lang/String;
            aload 3 /* dataExtension */
            invokestatic org.apache.lucene.index.IndexFileNames.segmentFileName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* dataName */
        start local 7 // java.lang.String dataName
         4: .line 55
            aload 0 /* this */
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.directory:Lorg/apache/lucene/store/Directory;
            aload 7 /* dataName */
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.context:Lorg/apache/lucene/store/IOContext;
            invokevirtual org.apache.lucene.store.Directory.createOutput:(Ljava/lang/String;Lorg/apache/lucene/store/IOContext;)Lorg/apache/lucene/store/IndexOutput;
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
         5: .line 56
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aload 2 /* dataCodec */
            iconst_3
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentInfo:Lorg/apache/lucene/index/SegmentInfo;
            invokevirtual org.apache.lucene.index.SegmentInfo.getId:()[B
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentSuffix:Ljava/lang/String;
            invokestatic org.apache.lucene.codecs.CodecUtil.writeIndexHeader:(Lorg/apache/lucene/store/DataOutput;Ljava/lang/String;I[BLjava/lang/String;)V
         6: .line 57
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentInfo:Lorg/apache/lucene/index/SegmentInfo;
            getfield org.apache.lucene.index.SegmentInfo.name:Ljava/lang/String;
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentSuffix:Ljava/lang/String;
            aload 5 /* metaExtension */
            invokestatic org.apache.lucene.index.IndexFileNames.segmentFileName:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* metaName */
        start local 8 // java.lang.String metaName
         7: .line 58
            aload 0 /* this */
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.directory:Lorg/apache/lucene/store/Directory;
            aload 8 /* metaName */
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.context:Lorg/apache/lucene/store/IOContext;
            invokevirtual org.apache.lucene.store.Directory.createOutput:(Ljava/lang/String;Lorg/apache/lucene/store/IOContext;)Lorg/apache/lucene/store/IndexOutput;
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
         8: .line 59
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 4 /* metaCodec */
            iconst_3
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentInfo:Lorg/apache/lucene/index/SegmentInfo;
            invokevirtual org.apache.lucene.index.SegmentInfo.getId:()[B
            aload 1 /* state */
            getfield org.apache.lucene.index.SegmentWriteState.segmentSuffix:Ljava/lang/String;
            invokestatic org.apache.lucene.codecs.CodecUtil.writeIndexHeader:(Lorg/apache/lucene/store/DataOutput;Ljava/lang/String;I[BLjava/lang/String;)V
         9: .line 60
            iconst_1
            istore 6 /* success */
        end local 8 // java.lang.String metaName
        end local 7 // java.lang.String dataName
        10: .line 61
            goto 15
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.SegmentWriteState java.lang.String java.lang.String java.lang.String java.lang.String int
      StackMap stack: java.lang.Throwable
        11: astore 9
        12: .line 62
            iload 6 /* success */
            ifne 14
            iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        13: .line 63
            aload 0 /* this */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        14: .line 65
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.SegmentWriteState java.lang.String java.lang.String java.lang.String java.lang.String int top top java.lang.Throwable
      StackMap stack:
            aload 9
            athrow
        15: .line 62
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.SegmentWriteState java.lang.String java.lang.String java.lang.String java.lang.String int
      StackMap stack:
            iload 6 /* success */
            ifne 17
            iconst_1
            anewarray java.io.Closeable
            dup
            iconst_0
        16: .line 63
            aload 0 /* this */
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        17: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean success
        end local 5 // java.lang.String metaExtension
        end local 4 // java.lang.String metaCodec
        end local 3 // java.lang.String dataExtension
        end local 2 // java.lang.String dataCodec
        end local 1 // org.apache.lucene.index.SegmentWriteState state
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   18     1          state  Lorg/apache/lucene/index/SegmentWriteState;
            0   18     2      dataCodec  Ljava/lang/String;
            0   18     3  dataExtension  Ljava/lang/String;
            0   18     4      metaCodec  Ljava/lang/String;
            0   18     5  metaExtension  Ljava/lang/String;
            3   18     6        success  Z
            4   10     7       dataName  Ljava/lang/String;
            7   10     8       metaName  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3    11      11  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      state          
      dataCodec      
      dataExtension  
      metaCodec      
      metaExtension  

  public void addNumericField(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.DocValuesProducer);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
         0: .line 70
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.number:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         1: .line 71
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_0
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         2: .line 72
            aload 0 /* this */
            aload 1 /* field */
            aload 1 /* field */
            aload 2 /* valuesProducer */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.numericIterable:(Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;I)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         3: .line 73
            return
        end local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0    4     1           field  Lorg/apache/lucene/index/FieldInfo;
            0    4     2  valuesProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      field           
      valuesProducer  

  private void addNumericFieldValues(org.apache.lucene.index.FieldInfo, java.lang.Iterable<java.lang.Number>);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=15, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // java.lang.Iterable values
         0: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
         1: .line 77
            ldc 9223372036854775807
            lstore 3 /* minValue */
        start local 3 // long minValue
         2: .line 78
            ldc -9223372036854775808
            lstore 5 /* maxValue */
        start local 5 // long maxValue
         3: .line 79
            iconst_0
            istore 7 /* missing */
        start local 7 // boolean missing
         4: .line 81
            lconst_0
            lstore 8 /* count */
        start local 8 // long count
         5: .line 82
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 11
            goto 16
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long top java.util.Iterator
      StackMap stack:
         6: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Number
            astore 10 /* nv */
        start local 10 // java.lang.Number nv
         7: .line 83
            aload 10 /* nv */
            ifnull 12
         8: .line 84
            aload 10 /* nv */
            invokevirtual java.lang.Number.longValue:()J
            lstore 12 /* v */
        start local 12 // long v
         9: .line 85
            lload 3 /* minValue */
            lload 12 /* v */
            invokestatic java.lang.Math.min:(JJ)J
            lstore 3 /* minValue */
        10: .line 86
            lload 5 /* maxValue */
            lload 12 /* v */
            invokestatic java.lang.Math.max:(JJ)J
            lstore 5 /* maxValue */
        end local 12 // long v
        11: .line 87
            goto 13
        12: .line 88
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long java.lang.Number java.util.Iterator
      StackMap stack:
            iconst_1
            istore 7 /* missing */
        13: .line 90
      StackMap locals:
      StackMap stack:
            lload 8 /* count */
            lconst_1
            ladd
            lstore 8 /* count */
        14: .line 91
            lload 8 /* count */
            getstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_SORTED_SET_ORDS:I
            i2l
            lcmp
            iflt 16
        15: .line 92
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "DocValuesField \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" is too large, must be <= "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_SORTED_SET_ORDS:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " values/total ords"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 10 // java.lang.Number nv
        16: .line 82
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long top java.util.Iterator
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        17: .line 95
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            lload 8 /* count */
            l2i
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        18: .line 97
            iload 7 /* missing */
            ifeq 24
        19: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            lstore 10 /* start */
        start local 10 // long start
        20: .line 99
            aload 0 /* this */
            aload 2 /* values */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.writeMissingBitset:(Ljava/lang/Iterable;)V
        21: .line 100
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            lload 10 /* start */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        22: .line 101
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            lload 10 /* start */
            lsub
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        end local 10 // long start
        23: .line 102
            goto 25
        24: .line 103
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            ldc -1
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        25: .line 107
      StackMap locals:
      StackMap stack:
            lload 3 /* minValue */
            ldc -128
            lcmp
            iflt 28
            lload 5 /* maxValue */
            ldc 127
            lcmp
            ifgt 28
        26: .line 108
            iconst_1
            istore 10 /* byteWidth */
        start local 10 // byte byteWidth
        27: .line 109
            goto 35
        end local 10 // byte byteWidth
      StackMap locals:
      StackMap stack:
        28: lload 3 /* minValue */
            ldc -32768
            lcmp
            iflt 31
            lload 5 /* maxValue */
            ldc 32767
            lcmp
            ifgt 31
        29: .line 110
            iconst_2
            istore 10 /* byteWidth */
        start local 10 // byte byteWidth
        30: .line 111
            goto 35
        end local 10 // byte byteWidth
      StackMap locals:
      StackMap stack:
        31: lload 3 /* minValue */
            ldc -2147483648
            lcmp
            iflt 34
            lload 5 /* maxValue */
            ldc 2147483647
            lcmp
            ifgt 34
        32: .line 112
            iconst_4
            istore 10 /* byteWidth */
        start local 10 // byte byteWidth
        33: .line 113
            goto 35
        end local 10 // byte byteWidth
        34: .line 114
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 10 /* byteWidth */
        start local 10 // byte byteWidth
        35: .line 116
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iload 10 /* byteWidth */
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
        36: .line 118
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 12
            goto 50
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long int top java.util.Iterator
      StackMap stack:
        37: aload 12
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Number
            astore 11 /* nv */
        start local 11 // java.lang.Number nv
        38: .line 120
            aload 11 /* nv */
            ifnull 41
        39: .line 121
            aload 11 /* nv */
            invokevirtual java.lang.Number.longValue:()J
            lstore 13 /* v */
        start local 13 // long v
        40: .line 122
            goto 42
        end local 13 // long v
        41: .line 123
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long int java.lang.Number java.util.Iterator
      StackMap stack:
            lconst_0
            lstore 13 /* v */
        start local 13 // long v
        42: .line 126
      StackMap locals: long
      StackMap stack:
            iload 10 /* byteWidth */
            tableswitch { // 1 - 8
                    1: 43
                    2: 45
                    3: 50
                    4: 47
                    5: 50
                    6: 50
                    7: 50
                    8: 49
              default: 50
          }
        43: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 13 /* v */
            l2i
            i2b
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
        44: .line 129
            goto 50
        45: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 13 /* v */
            l2i
            i2s
            invokevirtual org.apache.lucene.store.IndexOutput.writeShort:(S)V
        46: .line 132
            goto 50
        47: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 13 /* v */
            l2i
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        48: .line 135
            goto 50
        49: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 13 /* v */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        end local 13 // long v
        end local 11 // java.lang.Number nv
        50: .line 118
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long long int long int top java.util.Iterator
      StackMap stack:
            aload 12
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 37
        51: .line 141
            return
        end local 10 // byte byteWidth
        end local 8 // long count
        end local 7 // boolean missing
        end local 5 // long maxValue
        end local 3 // long minValue
        end local 2 // java.lang.Iterable values
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   52     0       this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   52     1      field  Lorg/apache/lucene/index/FieldInfo;
            0   52     2     values  Ljava/lang/Iterable<Ljava/lang/Number;>;
            2   52     3   minValue  J
            3   52     5   maxValue  J
            4   52     7    missing  Z
            5   52     8      count  J
            7   16    10         nv  Ljava/lang/Number;
            9   11    12          v  J
           20   23    10      start  J
           27   28    10  byteWidth  B
           30   31    10  byteWidth  B
           33   34    10  byteWidth  B
           35   52    10  byteWidth  B
           38   50    11         nv  Ljava/lang/Number;
           40   41    13          v  J
           42   50    13          v  J
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable<Ljava/lang/Number;>;)V
    MethodParameters:
        Name  Flags
      field   
      values  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
         0: .line 145
            iconst_0
            istore 1 /* success */
        start local 1 // boolean success
         1: .line 147
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            ifnull 4
         2: .line 148
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_m1
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         3: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            invokestatic org.apache.lucene.codecs.CodecUtil.writeFooter:(Lorg/apache/lucene/store/IndexOutput;)V
         4: .line 151
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            ifnull 6
         5: .line 152
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokestatic org.apache.lucene.codecs.CodecUtil.writeFooter:(Lorg/apache/lucene/store/IndexOutput;)V
         6: .line 154
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* success */
         7: .line 155
            goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 156
            iload 1 /* success */
            ifeq 12
            iconst_2
            anewarray java.io.Closeable
            dup
            iconst_0
        10: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aastore
            invokestatic org.apache.lucene.util.IOUtils.close:([Ljava/io/Closeable;)V
        11: .line 158
            goto 14
      StackMap locals: java.lang.Throwable
      StackMap stack:
        12: iconst_2
            anewarray java.io.Closeable
            dup
            iconst_0
        13: .line 159
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        14: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
        15: .line 162
            aload 2
            athrow
        16: .line 156
      StackMap locals:
      StackMap stack:
            iload 1 /* success */
            ifeq 19
            iconst_2
            anewarray java.io.Closeable
            dup
            iconst_0
        17: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aastore
            invokestatic org.apache.lucene.util.IOUtils.close:([Ljava/io/Closeable;)V
        18: .line 158
            goto 21
      StackMap locals:
      StackMap stack:
        19: iconst_2
            anewarray java.io.Closeable
            dup
            iconst_0
        20: .line 159
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aastore
            invokestatic org.apache.lucene.util.IOUtils.closeWhileHandlingException:([Ljava/io/Closeable;)V
        21: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            putfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
        22: .line 163
            return
        end local 1 // boolean success
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            1   23     1  success  Z
      Exception table:
        from    to  target  type
           1     8       8  any
    Exceptions:
      throws java.io.IOException

  public void addBinaryField(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.DocValuesProducer);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
         0: .line 167
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.number:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         1: .line 168
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_1
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         2: .line 169
            aload 0 /* this */
            aload 1 /* field */
            aload 1 /* field */
            aload 2 /* valuesProducer */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.binaryIterable:(Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;I)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addBinaryFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         3: .line 170
            return
        end local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0    4     1           field  Lorg/apache/lucene/index/FieldInfo;
            0    4     2  valuesProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      field           
      valuesProducer  final

  private void addBinaryFieldValues(org.apache.lucene.index.FieldInfo, java.lang.Iterable<org.apache.lucene.util.BytesRef>);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // java.lang.Iterable values
         0: .line 174
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            lstore 3 /* startFP */
        start local 3 // long startFP
         1: .line 175
            iconst_0
            istore 5 /* missing */
        start local 5 // boolean missing
         2: .line 176
            lconst_0
            lstore 6 /* totalBytes */
        start local 6 // long totalBytes
         3: .line 177
            iconst_0
            istore 8 /* count */
        start local 8 // int count
         4: .line 178
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 10
            goto 13
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long int long int top java.util.Iterator
      StackMap stack:
         5: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.util.BytesRef
            astore 9 /* v */
        start local 9 // org.apache.lucene.util.BytesRef v
         6: .line 179
            aload 9 /* v */
            ifnull 11
         7: .line 180
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            aload 9 /* v */
            getfield org.apache.lucene.util.BytesRef.bytes:[B
            aload 9 /* v */
            getfield org.apache.lucene.util.BytesRef.offset:I
            aload 9 /* v */
            getfield org.apache.lucene.util.BytesRef.length:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeBytes:([BII)V
         8: .line 181
            lload 6 /* totalBytes */
            aload 9 /* v */
            getfield org.apache.lucene.util.BytesRef.length:I
            i2l
            ladd
            lstore 6 /* totalBytes */
         9: .line 182
            lload 6 /* totalBytes */
            getstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_TOTAL_BYTES_LENGTH:I
            i2l
            lcmp
            ifle 12
        10: .line 183
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "DocValuesField \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" is too large, cannot have more than DirectDocValuesFormat.MAX_TOTAL_BYTES_LENGTH ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic org.apache.lucene.codecs.memory.DirectDocValuesFormat.MAX_TOTAL_BYTES_LENGTH:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") bytes"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 186
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long int long int org.apache.lucene.util.BytesRef java.util.Iterator
      StackMap stack:
            iconst_1
            istore 5 /* missing */
        12: .line 188
      StackMap locals:
      StackMap stack:
            iinc 8 /* count */ 1
        end local 9 // org.apache.lucene.util.BytesRef v
        13: .line 178
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long int long int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        14: .line 191
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            lload 3 /* startFP */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        15: .line 192
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            lload 6 /* totalBytes */
            l2i
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        16: .line 193
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iload 8 /* count */
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        17: .line 194
            iload 5 /* missing */
            ifeq 23
        18: .line 195
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            lstore 9 /* start */
        start local 9 // long start
        19: .line 196
            aload 0 /* this */
            aload 2 /* values */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.writeMissingBitset:(Ljava/lang/Iterable;)V
        20: .line 197
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            lload 9 /* start */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        21: .line 198
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            invokevirtual org.apache.lucene.store.IndexOutput.getFilePointer:()J
            lload 9 /* start */
            lsub
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        end local 9 // long start
        22: .line 199
            goto 24
        23: .line 200
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            ldc -1
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        24: .line 203
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* addr */
        start local 9 // int addr
        25: .line 204
            aload 2 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 11
            goto 30
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer org.apache.lucene.index.FieldInfo java.lang.Iterable long int long int int top java.util.Iterator
      StackMap stack:
        26: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.util.BytesRef
            astore 10 /* v */
        start local 10 // org.apache.lucene.util.BytesRef v
        27: .line 205
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            iload 9 /* addr */
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        28: .line 206
            aload 10 /* v */
            ifnull 30
        29: .line 207
            iload 9 /* addr */
            aload 10 /* v */
            getfield org.apache.lucene.util.BytesRef.length:I
            iadd
            istore 9 /* addr */
        end local 10 // org.apache.lucene.util.BytesRef v
        30: .line 204
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 26
        31: .line 210
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            iload 9 /* addr */
            invokevirtual org.apache.lucene.store.IndexOutput.writeInt:(I)V
        32: .line 211
            return
        end local 9 // int addr
        end local 8 // int count
        end local 6 // long totalBytes
        end local 5 // boolean missing
        end local 3 // long startFP
        end local 2 // java.lang.Iterable values
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   33     0        this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   33     1       field  Lorg/apache/lucene/index/FieldInfo;
            0   33     2      values  Ljava/lang/Iterable<Lorg/apache/lucene/util/BytesRef;>;
            1   33     3     startFP  J
            2   33     5     missing  Z
            3   33     6  totalBytes  J
            4   33     8       count  I
            6   13     9           v  Lorg/apache/lucene/util/BytesRef;
           19   22     9       start  J
           25   33     9        addr  I
           27   30    10           v  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable<Lorg/apache/lucene/util/BytesRef;>;)V
    MethodParameters:
        Name  Flags
      field   
      values  final

  void writeMissingBitset(java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // java.lang.Iterable values
         0: .line 216
            lconst_0
            lstore 2 /* bits */
        start local 2 // long bits
         1: .line 217
            iconst_0
            istore 4 /* count */
        start local 4 // int count
         2: .line 218
            aload 1 /* values */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer java.lang.Iterable long int top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 5 /* v */
        start local 5 // java.lang.Object v
         4: .line 219
            iload 4 /* count */
            bipush 64
            if_icmpne 8
         5: .line 220
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 2 /* bits */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
         6: .line 221
            iconst_0
            istore 4 /* count */
         7: .line 222
            lconst_0
            lstore 2 /* bits */
         8: .line 224
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer java.lang.Iterable long int java.lang.Object java.util.Iterator
      StackMap stack:
            aload 5 /* v */
            ifnull 10
         9: .line 225
            lload 2 /* bits */
            lconst_1
            iload 4 /* count */
            bipush 63
            iand
            lshl
            lor
            lstore 2 /* bits */
        10: .line 227
      StackMap locals:
      StackMap stack:
            iinc 4 /* count */ 1
        end local 5 // java.lang.Object v
        11: .line 218
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer java.lang.Iterable long int top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 229
            iload 4 /* count */
            ifle 14
        13: .line 230
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.data:Lorg/apache/lucene/store/IndexOutput;
            lload 2 /* bits */
            invokevirtual org.apache.lucene.store.IndexOutput.writeLong:(J)V
        14: .line 232
      StackMap locals: org.apache.lucene.codecs.memory.DirectDocValuesConsumer java.lang.Iterable long int
      StackMap stack:
            return
        end local 4 // int count
        end local 2 // long bits
        end local 1 // java.lang.Iterable values
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   15     1  values  Ljava/lang/Iterable<*>;
            1   15     2    bits  J
            2   15     4   count  I
            4   11     5       v  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<*>;)V
    MethodParameters:
        Name  Flags
      values  

  public void addSortedField(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.DocValuesProducer);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
         0: .line 236
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.number:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         1: .line 237
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_2
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         2: .line 240
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* valuesProducer */
            aload 1 /* field */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedOrdIterable:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;I)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         3: .line 242
            aload 0 /* this */
            aload 1 /* field */
            aload 2 /* valuesProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSorted:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.valuesIterable:(Lorg/apache/lucene/index/SortedDocValues;)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addBinaryFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         4: .line 243
            return
        end local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0    5     1           field  Lorg/apache/lucene/index/FieldInfo;
            0    5     2  valuesProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      field           
      valuesProducer  

  public void addSortedNumericField(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.DocValuesProducer);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
         0: .line 248
            aload 2 /* valuesProducer */
            aload 1 /* field */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedNumericToDocCount:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;I)Ljava/lang/Iterable;
            astore 3 /* docToValueCount */
        start local 3 // java.lang.Iterable docToValueCount
         1: .line 249
            aload 2 /* valuesProducer */
            aload 1 /* field */
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedNumericToValues:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;)Ljava/lang/Iterable;
            astore 4 /* values */
        start local 4 // java.lang.Iterable values
         2: .line 251
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.number:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         3: .line 252
            aload 3 /* docToValueCount */
            invokestatic org.apache.lucene.codecs.memory.DirectDocValuesConsumer.isSingleValued:(Ljava/lang/Iterable;)Z
            ifeq 7
         4: .line 253
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            bipush 6
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         5: .line 254
            aload 0 /* this */
            aload 1 /* field */
            aload 3 /* docToValueCount */
            aload 4 /* values */
            aconst_null
            invokestatic org.apache.lucene.codecs.memory.DirectDocValuesConsumer.singletonView:(Ljava/lang/Iterable;Ljava/lang/Iterable;Ljava/lang/Number;)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         6: .line 255
            goto 10
         7: .line 256
      StackMap locals: java.lang.Iterable java.lang.Iterable
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_5
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         8: .line 261
            aload 0 /* this */
            aload 1 /* field */
            aload 0 /* this */
            aload 3 /* docToValueCount */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.countToAddressIterator:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         9: .line 265
            aload 0 /* this */
            aload 1 /* field */
            aload 4 /* values */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
        10: .line 267
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Iterable values
        end local 3 // java.lang.Iterable docToValueCount
        end local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   11     1            field  Lorg/apache/lucene/index/FieldInfo;
            0   11     2   valuesProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
            1   11     3  docToValueCount  Ljava/lang/Iterable<Ljava/lang/Number;>;
            2   11     4           values  Ljava/lang/Iterable<Ljava/lang/Number;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      field           
      valuesProducer  final

  public void addSortedSetField(org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.DocValuesProducer);
    descriptor: (Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/DocValuesProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // org.apache.lucene.index.FieldInfo field
        start local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
         0: .line 272
            aload 2 /* valuesProducer */
            aload 1 /* field */
            invokevirtual org.apache.lucene.codecs.DocValuesProducer.getSortedSet:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.valuesIterable:(Lorg/apache/lucene/index/SortedSetDocValues;)Ljava/lang/Iterable;
            astore 3 /* values */
        start local 3 // java.lang.Iterable values
         1: .line 273
            aload 2 /* valuesProducer */
            aload 1 /* field */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.maxDoc:I
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedSetOrdCountIterable:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;I)Ljava/lang/Iterable;
            astore 4 /* docToOrdCount */
        start local 4 // java.lang.Iterable docToOrdCount
         2: .line 274
            aload 2 /* valuesProducer */
            aload 1 /* field */
            invokestatic org.apache.lucene.codecs.memory.LegacyDocValuesIterables.sortedSetOrdsIterable:(Lorg/apache/lucene/codecs/DocValuesProducer;Lorg/apache/lucene/index/FieldInfo;)Ljava/lang/Iterable;
            astore 5 /* ords */
        start local 5 // java.lang.Iterable ords
         3: .line 276
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            aload 1 /* field */
            getfield org.apache.lucene.index.FieldInfo.number:I
            invokevirtual org.apache.lucene.store.IndexOutput.writeVInt:(I)V
         4: .line 278
            aload 4 /* docToOrdCount */
            invokestatic org.apache.lucene.codecs.memory.DirectDocValuesConsumer.isSingleValued:(Ljava/lang/Iterable;)Z
            ifeq 9
         5: .line 279
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_4
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
         6: .line 282
            aload 0 /* this */
            aload 1 /* field */
            aload 4 /* docToOrdCount */
            aload 5 /* ords */
            ldc -1
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokestatic org.apache.lucene.codecs.memory.DirectDocValuesConsumer.singletonView:(Ljava/lang/Iterable;Ljava/lang/Iterable;Ljava/lang/Number;)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         7: .line 285
            aload 0 /* this */
            aload 1 /* field */
            aload 3 /* values */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addBinaryFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
         8: .line 286
            goto 13
         9: .line 287
      StackMap locals: java.lang.Iterable java.lang.Iterable java.lang.Iterable
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.memory.DirectDocValuesConsumer.meta:Lorg/apache/lucene/store/IndexOutput;
            iconst_3
            invokevirtual org.apache.lucene.store.IndexOutput.writeByte:(B)V
        10: .line 292
            aload 0 /* this */
            aload 1 /* field */
            aload 0 /* this */
            aload 4 /* docToOrdCount */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.countToAddressIterator:(Ljava/lang/Iterable;)Ljava/lang/Iterable;
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
        11: .line 296
            aload 0 /* this */
            aload 1 /* field */
            aload 5 /* ords */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addNumericFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
        12: .line 299
            aload 0 /* this */
            aload 1 /* field */
            aload 3 /* values */
            invokevirtual org.apache.lucene.codecs.memory.DirectDocValuesConsumer.addBinaryFieldValues:(Lorg/apache/lucene/index/FieldInfo;Ljava/lang/Iterable;)V
        13: .line 301
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Iterable ords
        end local 4 // java.lang.Iterable docToOrdCount
        end local 3 // java.lang.Iterable values
        end local 2 // org.apache.lucene.codecs.DocValuesProducer valuesProducer
        end local 1 // org.apache.lucene.index.FieldInfo field
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0   14     1           field  Lorg/apache/lucene/index/FieldInfo;
            0   14     2  valuesProducer  Lorg/apache/lucene/codecs/DocValuesProducer;
            1   14     3          values  Ljava/lang/Iterable<Lorg/apache/lucene/util/BytesRef;>;
            2   14     4   docToOrdCount  Ljava/lang/Iterable<Ljava/lang/Number;>;
            3   14     5            ords  Ljava/lang/Iterable<Ljava/lang/Number;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      field           
      valuesProducer  

  private java.lang.Iterable<java.lang.Number> countToAddressIterator(java.lang.Iterable<java.lang.Number>);
    descriptor: (Ljava/lang/Iterable;)Ljava/lang/Iterable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
        start local 1 // java.lang.Iterable counts
         0: .line 309
            new org.apache.lucene.codecs.memory.DirectDocValuesConsumer$1
            dup
            aload 0 /* this */
            aload 1 /* counts */
            invokespecial org.apache.lucene.codecs.memory.DirectDocValuesConsumer$1.<init>:(Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;Ljava/lang/Iterable;)V
            areturn
        end local 1 // java.lang.Iterable counts
        end local 0 // org.apache.lucene.codecs.memory.DirectDocValuesConsumer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/memory/DirectDocValuesConsumer;
            0    1     1  counts  Ljava/lang/Iterable<Ljava/lang/Number;>;
    Signature: (Ljava/lang/Iterable<Ljava/lang/Number;>;)Ljava/lang/Iterable<Ljava/lang/Number;>;
    MethodParameters:
        Name  Flags
      counts  final
}
SourceFile: "DirectDocValuesConsumer.java"
NestMembers:
  org.apache.lucene.codecs.memory.DirectDocValuesConsumer$1  org.apache.lucene.codecs.memory.DirectDocValuesConsumer$1$1
InnerClasses:
  org.apache.lucene.codecs.memory.DirectDocValuesConsumer$1