class org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum extends org.apache.lucene.index.TermsEnum
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum
  super_class: org.apache.lucene.index.TermsEnum
{
  private final org.apache.lucene.index.TermsEnum[] subs;
    descriptor: [Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.index.OrdinalMap ordinalMap;
    descriptor: Lorg/apache/lucene/index/OrdinalMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long valueCount;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long ord;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private org.apache.lucene.util.BytesRef term;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0002) ACC_PRIVATE

  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 462
            ldc Lorg/apache/lucene/codecs/DocValuesConsumer;
            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.DocValuesConsumer$MergedTermsEnum.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.lucene.index.OrdinalMap, org.apache.lucene.index.TermsEnum[]);
    descriptor: (Lorg/apache/lucene/index/OrdinalMap;[Lorg/apache/lucene/index/TermsEnum;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
        start local 1 // org.apache.lucene.index.OrdinalMap ordinalMap
        start local 2 // org.apache.lucene.index.TermsEnum[] subs
         0: .line 470
            aload 0 /* this */
            invokespecial org.apache.lucene.index.TermsEnum.<init>:()V
         1: .line 467
            aload 0 /* this */
            ldc -1
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
         2: .line 471
            aload 0 /* this */
            aload 1 /* ordinalMap */
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ordinalMap:Lorg/apache/lucene/index/OrdinalMap;
         3: .line 472
            aload 0 /* this */
            aload 2 /* subs */
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.subs:[Lorg/apache/lucene/index/TermsEnum;
         4: .line 473
            aload 0 /* this */
            aload 1 /* ordinalMap */
            invokevirtual org.apache.lucene.index.OrdinalMap.getValueCount:()J
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.valueCount:J
         5: .line 474
            return
        end local 2 // org.apache.lucene.index.TermsEnum[] subs
        end local 1 // org.apache.lucene.index.OrdinalMap ordinalMap
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
            0    6     1  ordinalMap  Lorg/apache/lucene/index/OrdinalMap;
            0    6     2        subs  [Lorg/apache/lucene/index/TermsEnum;
    MethodParameters:
            Name  Flags
      ordinalMap  
      subs        

  public org.apache.lucene.util.BytesRef term();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 478
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.term:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
    Exceptions:
      throws java.io.IOException

  public long ord();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 483
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
            lreturn
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 488
            aload 0 /* this */
            dup
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
            lconst_1
            ladd
            dup2_x1
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.valueCount:J
            lcmp
            iflt 2
         1: .line 489
            aconst_null
            areturn
         2: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ordinalMap:Lorg/apache/lucene/index/OrdinalMap;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentNumber:(J)I
            istore 1 /* subNum */
        start local 1 // int subNum
         3: .line 492
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.subs:[Lorg/apache/lucene/index/TermsEnum;
            iload 1 /* subNum */
            aaload
            astore 2 /* sub */
        start local 2 // org.apache.lucene.index.TermsEnum sub
         4: .line 493
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ordinalMap:Lorg/apache/lucene/index/OrdinalMap;
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.ord:J
            invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentOrd:(J)J
            lstore 3 /* subOrd */
        start local 3 // long subOrd
         5: .line 495
      StackMap locals: int org.apache.lucene.index.TermsEnum long
      StackMap stack:
            aload 0 /* this */
            aload 2 /* sub */
            invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
            putfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.term:Lorg/apache/lucene/util/BytesRef;
         6: .line 496
            aload 2 /* sub */
            invokevirtual org.apache.lucene.index.TermsEnum.ord:()J
            lload 3 /* subOrd */
         7: .line 494
            lcmp
            iflt 5
         8: .line 497
            getstatic org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.$assertionsDisabled:Z
            ifne 9
            aload 2 /* sub */
            invokevirtual org.apache.lucene.index.TermsEnum.ord:()J
            lload 3 /* subOrd */
            lcmp
            ifeq 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.term:Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 3 // long subOrd
        end local 2 // org.apache.lucene.index.TermsEnum sub
        end local 1 // int subNum
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
            3   10     1  subNum  I
            4   10     2     sub  Lorg/apache/lucene/index/TermsEnum;
            5   10     3  subOrd  J
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.AttributeSource attributes();
    descriptor: ()Lorg/apache/lucene/util/AttributeSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 503
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;

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

  public org.apache.lucene.index.TermsEnum$SeekStatus seekCeil(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum$SeekStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
        start local 1 // org.apache.lucene.util.BytesRef text
         0: .line 513
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // org.apache.lucene.util.BytesRef text
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
            0    1     1  text  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public void seekExact(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
        start local 1 // long ord
         0: .line 518
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // long ord
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
            0    1     1   ord  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

  public void seekExact(org.apache.lucene.util.BytesRef, org.apache.lucene.index.TermState);
    descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/TermState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
        start local 1 // org.apache.lucene.util.BytesRef term
        start local 2 // org.apache.lucene.index.TermState state
         0: .line 523
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // org.apache.lucene.index.TermState state
        end local 1 // org.apache.lucene.util.BytesRef term
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
            0    1     1   term  Lorg/apache/lucene/util/BytesRef;
            0    1     2  state  Lorg/apache/lucene/index/TermState;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      term   
      state  

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

  public long totalTermFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 533
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
    Exceptions:
      throws java.io.IOException

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

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

  public org.apache.lucene.index.TermState termState();
    descriptor: ()Lorg/apache/lucene/index/TermState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
         0: .line 548
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/codecs/DocValuesConsumer$MergedTermsEnum;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
  private MergedTermsEnum = org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum of org.apache.lucene.codecs.DocValuesConsumer
  public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum