class org.apache.lucene.codecs.DocValuesConsumer$4$1 extends org.apache.lucene.index.SortedDocValues
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.DocValuesConsumer$4$1
  super_class: org.apache.lucene.index.SortedDocValues
{
  private int docID;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int ord;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.DocValuesConsumer$4 this$1;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$4;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.DocIDMerger val$docIDMerger;
    descriptor: Lorg/apache/lucene/index/DocIDMerger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final long val$finalCost;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.OrdinalMap val$map;
    descriptor: Lorg/apache/lucene/index/OrdinalMap;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.index.SortedDocValues[] val$dvs;
    descriptor: [Lorg/apache/lucene/index/SortedDocValues;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$toMerge;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.codecs.DocValuesConsumer$4, org.apache.lucene.index.DocIDMerger, long, org.apache.lucene.index.OrdinalMap, org.apache.lucene.index.SortedDocValues[], java.util.List);
    descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$4;Lorg/apache/lucene/index/DocIDMerger;JLorg/apache/lucene/index/OrdinalMap;[Lorg/apache/lucene/index/SortedDocValues;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 660
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$4;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            aload 0 /* this */
            lload 3
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$finalCost:J
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            aload 0 /* this */
            aload 6
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$dvs:[Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            aload 7
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedDocValues.<init>:()V
         1: .line 661
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
         2: .line 660
            return
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$docIDMerger  final
      val$finalCost    final
      val$map          final
      val$dvs          final
      val$toMerge      final

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 666
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 671
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            invokevirtual org.apache.lucene.index.DocIDMerger.next:()Lorg/apache/lucene/index/DocIDMerger$Sub;
            checkcast org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub
            astore 1 /* sub */
        start local 1 // org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub sub
         1: .line 672
            aload 1 /* sub */
            ifnonnull 3
         2: .line 673
            aload 0 /* this */
            ldc 2147483647
            dup_x1
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
            ireturn
         3: .line 675
      StackMap locals: org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub
      StackMap stack:
            aload 1 /* sub */
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.values:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            istore 2 /* subOrd */
        start local 2 // int subOrd
         4: .line 676
            getstatic org.apache.lucene.codecs.DocValuesConsumer.$assertionsDisabled:Z
            ifne 5
            iload 2 /* subOrd */
            iconst_m1
            if_icmpne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 677
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sub */
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.map:Lorg/apache/lucene/util/LongValues;
            iload 2 /* subOrd */
            i2l
            invokevirtual org.apache.lucene.util.LongValues.get:(J)J
            l2i
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.ord:I
         6: .line 678
            aload 0 /* this */
            aload 1 /* sub */
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.mappedDocID:I
            putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
         7: .line 679
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
            ireturn
        end local 2 // int subOrd
        end local 1 // org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub sub
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
            1    8     1     sub  Lorg/apache/lucene/codecs/DocValuesConsumer$SortedDocValuesSub;
            4    8     2  subOrd  I
    Exceptions:
      throws java.io.IOException

  public int ordValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 684
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.ord:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;

  public int advance(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
        start local 1 // int target
         0: .line 689
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
            0    1     1  target  I
    MethodParameters:
        Name  Flags
      target  

  public boolean advanceExact(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
        start local 1 // int target
         0: .line 694
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int target
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long cost();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 699
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$finalCost:J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;

  public int getValueCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 704
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            invokevirtual org.apache.lucene.index.OrdinalMap.getValueCount:()J
            l2i
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;

  public org.apache.lucene.util.BytesRef lookupOrd(int);
    descriptor: (I)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
        start local 1 // int ord
         0: .line 709
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            iload 1 /* ord */
            i2l
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentNumber:(J)I
            istore 2 /* segmentNumber */
        start local 2 // int segmentNumber
         1: .line 710
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            iload 1 /* ord */
            i2l
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentOrd:(J)J
            l2i
            istore 3 /* segmentOrd */
        start local 3 // int segmentOrd
         2: .line 711
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$dvs:[Lorg/apache/lucene/index/SortedDocValues;
            iload 2 /* segmentNumber */
            aaload
            iload 3 /* segmentOrd */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 3 // int segmentOrd
        end local 2 // int segmentNumber
        end local 1 // int ord
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
            0    3     1            ord  I
            1    3     2  segmentNumber  I
            2    3     3     segmentOrd  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

  public org.apache.lucene.index.TermsEnum termsEnum();
    descriptor: ()Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
         0: .line 716
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.apache.lucene.index.TermsEnum
            astore 1 /* subs */
        start local 1 // org.apache.lucene.index.TermsEnum[] subs
         1: .line 717
            iconst_0
            istore 2 /* sub */
        start local 2 // int sub
         2: goto 5
         3: .line 718
      StackMap locals: org.apache.lucene.index.TermsEnum[] int
      StackMap stack:
            aload 1 /* subs */
            iload 2 /* sub */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
            iload 2 /* sub */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.SortedDocValues
            invokevirtual org.apache.lucene.index.SortedDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
            aastore
         4: .line 717
            iinc 2 /* sub */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* sub */
            aload 1 /* subs */
            arraylength
            if_icmplt 3
        end local 2 // int sub
         6: .line 720
            new org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum
            dup
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            aload 1 /* subs */
            invokespecial org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.<init>:(Lorg/apache/lucene/index/OrdinalMap;[Lorg/apache/lucene/index/TermsEnum;)V
            areturn
        end local 1 // org.apache.lucene.index.TermsEnum[] subs
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$4$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
            1    7     1  subs  [Lorg/apache/lucene/index/TermsEnum;
            2    6     2   sub  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer$4.getSorted:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
  org.apache.lucene.codecs.DocValuesConsumer$4
  org.apache.lucene.codecs.DocValuesConsumer$4$1
  private MergedTermsEnum = org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum of org.apache.lucene.codecs.DocValuesConsumer
  private SortedDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
  public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger