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

  private org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub currentSub;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.lucene.codecs.DocValuesConsumer$5 this$1;
    descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$5;
    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 java.util.List val$toMerge;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.codecs.DocValuesConsumer$5, org.apache.lucene.index.DocIDMerger, long, org.apache.lucene.index.OrdinalMap, java.util.List);
    descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$5;Lorg/apache/lucene/index/DocIDMerger;JLorg/apache/lucene/index/OrdinalMap;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
         0: .line 837
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$5;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
            aload 0 /* this */
            lload 3
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$finalCost:J
            aload 0 /* this */
            aload 5
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            aload 0 /* this */
            aload 6
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$toMerge:Ljava/util/List;
            aload 0 /* this */
            invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
         1: .line 838
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
         2: .line 837
            return
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$docIDMerger  final
      val$finalCost    final
      val$map          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$5$1 this
         0: .line 843
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;

  public int nextDoc();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
         0: .line 848
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$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$SortedSetDocValuesSub
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
         1: .line 849
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
            ifnonnull 4
         2: .line 850
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
         3: .line 851
            goto 5
         4: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.mappedDocID:I
            putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
         5: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
            ireturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
    Exceptions:
      throws java.io.IOException

  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$5$1 this
        start local 1 // int target
         0: .line 860
            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$5$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    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$5$1 this
        start local 1 // int target
         0: .line 865
            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$5$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
            0    1     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public long nextOrd();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
         0: .line 870
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.values:Lorg/apache/lucene/index/SortedSetDocValues;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
            lstore 1 /* subOrd */
        start local 1 // long subOrd
         1: .line 871
            lload 1 /* subOrd */
            ldc -1
            lcmp
            ifne 3
         2: .line 872
            ldc -1
            lreturn
         3: .line 874
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
            getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.map:Lorg/apache/lucene/util/LongValues;
            lload 1 /* subOrd */
            invokevirtual org.apache.lucene.util.LongValues.get:(J)J
            lreturn
        end local 1 // long subOrd
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
            1    4     1  subOrd  J
    Exceptions:
      throws java.io.IOException

  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$5$1 this
         0: .line 879
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$finalCost:J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;

  public org.apache.lucene.util.BytesRef lookupOrd(long);
    descriptor: (J)Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
        start local 1 // long ord
         0: .line 884
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            lload 1 /* ord */
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentNumber:(J)I
            istore 3 /* segmentNumber */
        start local 3 // int segmentNumber
         1: .line 885
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
            lload 1 /* ord */
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentOrd:(J)J
            lstore 4 /* segmentOrd */
        start local 4 // long segmentOrd
         2: .line 886
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$toMerge:Ljava/util/List;
            iload 3 /* segmentNumber */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.SortedSetDocValues
            lload 4 /* segmentOrd */
            invokevirtual org.apache.lucene.index.SortedSetDocValues.lookupOrd:(J)Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 4 // long segmentOrd
        end local 3 // int segmentNumber
        end local 1 // long ord
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$5$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
            0    3     1            ord  J
            1    3     3  segmentNumber  I
            2    3     4     segmentOrd  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

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

  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$5$1 this
         0: .line 896
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$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 897
            iconst_0
            istore 2 /* sub */
        start local 2 // int sub
         2: goto 5
         3: .line 898
      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$5$1.val$toMerge:Ljava/util/List;
            iload 2 /* sub */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.SortedSetDocValues
            invokevirtual org.apache.lucene.index.SortedSetDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
            aastore
         4: .line 897
            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 900
            new org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum
            dup
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$5$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$5$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$5$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$5.getSortedSet:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
  org.apache.lucene.codecs.DocValuesConsumer$5
  org.apache.lucene.codecs.DocValuesConsumer$5$1
  private MergedTermsEnum = org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum of org.apache.lucene.codecs.DocValuesConsumer
  private SortedSetDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
  public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger