class org.apache.lucene.index.SortedDocValuesTermsEnum extends org.apache.lucene.index.BaseTermsEnum
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.SortedDocValuesTermsEnum
  super_class: org.apache.lucene.index.BaseTermsEnum
{
  private final org.apache.lucene.index.SortedDocValues values;
    descriptor: Lorg/apache/lucene/index/SortedDocValues;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final org.apache.lucene.util.BytesRefBuilder scratch;
    descriptor: Lorg/apache/lucene/util/BytesRefBuilder;
    flags: (0x0012) ACC_PRIVATE, 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 28
            ldc Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            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.index.SortedDocValuesTermsEnum.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.index.SortedDocValues);
    descriptor: (Lorg/apache/lucene/index/SortedDocValues;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
        start local 1 // org.apache.lucene.index.SortedDocValues values
         0: .line 34
            aload 0 /* this */
            invokespecial org.apache.lucene.index.BaseTermsEnum.<init>:()V
         1: .line 30
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         2: .line 35
            aload 0 /* this */
            aload 1 /* values */
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
         3: .line 36
            aload 0 /* this */
            new org.apache.lucene.util.BytesRefBuilder
            dup
            invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
         4: .line 37
            return
        end local 1 // org.apache.lucene.index.SortedDocValues values
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0    5     1  values  Lorg/apache/lucene/index/SortedDocValues;
    MethodParameters:
        Name  Flags
      values  

  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=3, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
        start local 1 // org.apache.lucene.util.BytesRef text
         0: .line 41
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            aload 1 /* text */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
            istore 2 /* ord */
        start local 2 // int ord
         1: .line 42
            iload 2 /* ord */
            iflt 5
         2: .line 43
            aload 0 /* this */
            iload 2 /* ord */
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         3: .line 44
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            aload 1 /* text */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.copyBytes:(Lorg/apache/lucene/util/BytesRef;)V
         4: .line 45
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.FOUND:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            areturn
         5: .line 47
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* ord */
            ineg
            iconst_1
            isub
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         6: .line 48
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            if_icmpne 8
         7: .line 49
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.END:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            areturn
         8: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.copyBytes:(Lorg/apache/lucene/util/BytesRef;)V
         9: .line 53
            getstatic org.apache.lucene.index.TermsEnum$SeekStatus.NOT_FOUND:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
            areturn
        end local 2 // int ord
        end local 1 // org.apache.lucene.util.BytesRef text
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0   10     1  text  Lorg/apache/lucene/util/BytesRef;
            1   10     2   ord  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public boolean seekExact(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
        start local 1 // org.apache.lucene.util.BytesRef text
         0: .line 60
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            aload 1 /* text */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
            istore 2 /* ord */
        start local 2 // int ord
         1: .line 61
            iload 2 /* ord */
            iflt 5
         2: .line 62
            aload 0 /* this */
            iload 2 /* ord */
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         3: .line 63
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            aload 1 /* text */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.copyBytes:(Lorg/apache/lucene/util/BytesRef;)V
         4: .line 64
            iconst_1
            ireturn
         5: .line 66
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int ord
        end local 1 // org.apache.lucene.util.BytesRef text
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0    6     1  text  Lorg/apache/lucene/util/BytesRef;
            1    6     2   ord  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public void seekExact(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
        start local 1 // long ord
         0: .line 72
            getstatic org.apache.lucene.index.SortedDocValuesTermsEnum.$assertionsDisabled:Z
            ifne 2
            lload 1 /* ord */
            lconst_0
            lcmp
            iflt 1
            lload 1 /* ord */
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            i2l
            lcmp
            iflt 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* ord */
            l2i
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         3: .line 74
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.copyBytes:(Lorg/apache/lucene/util/BytesRef;)V
         4: .line 75
            return
        end local 1 // long ord
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0    5     1   ord  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ord   

  public org.apache.lucene.util.BytesRef next();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
         0: .line 79
            aload 0 /* this */
            dup
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            iconst_1
            iadd
            putfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
         1: .line 80
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            if_icmplt 3
         2: .line 81
            aconst_null
            areturn
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.values:Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.copyBytes:(Lorg/apache/lucene/util/BytesRef;)V
         4: .line 84
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
    Exceptions:
      throws java.io.IOException

  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.index.SortedDocValuesTermsEnum this
         0: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.scratch:Lorg/apache/lucene/util/BytesRefBuilder;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
            areturn
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
    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.index.SortedDocValuesTermsEnum this
         0: .line 94
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            i2l
            lreturn
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
    Exceptions:
      throws java.io.IOException

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

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

  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.index.SortedDocValuesTermsEnum this
        start local 1 // org.apache.lucene.index.PostingsEnum reuse
        start local 2 // int flags
         0: .line 109
            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.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            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.index.SortedDocValuesTermsEnum this
        start local 1 // int flags
         0: .line 114
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int flags
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0    1     1  flags  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      flags  

  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=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
        start local 1 // org.apache.lucene.util.BytesRef term
        start local 2 // org.apache.lucene.index.TermState state
         0: .line 119
            getstatic org.apache.lucene.index.SortedDocValuesTermsEnum.$assertionsDisabled:Z
            ifne 2
            aload 2 /* state */
            ifnull 1
            aload 2 /* state */
            instanceof org.apache.lucene.index.OrdTermState
            ifne 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* state */
            checkcast org.apache.lucene.index.OrdTermState
            getfield org.apache.lucene.index.OrdTermState.ord:J
            invokevirtual org.apache.lucene.index.SortedDocValuesTermsEnum.seekExact:(J)V
         3: .line 121
            return
        end local 2 // org.apache.lucene.index.TermState state
        end local 1 // org.apache.lucene.util.BytesRef term
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            0    4     1   term  Lorg/apache/lucene/util/BytesRef;
            0    4     2  state  Lorg/apache/lucene/index/TermState;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      term   
      state  

  public org.apache.lucene.index.TermState termState();
    descriptor: ()Lorg/apache/lucene/index/TermState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
         0: .line 125
            new org.apache.lucene.index.OrdTermState
            dup
            invokespecial org.apache.lucene.index.OrdTermState.<init>:()V
            astore 1 /* state */
        start local 1 // org.apache.lucene.index.OrdTermState state
         1: .line 126
            aload 1 /* state */
            aload 0 /* this */
            getfield org.apache.lucene.index.SortedDocValuesTermsEnum.currentOrd:I
            i2l
            putfield org.apache.lucene.index.OrdTermState.ord:J
         2: .line 127
            aload 1 /* state */
            areturn
        end local 1 // org.apache.lucene.index.OrdTermState state
        end local 0 // org.apache.lucene.index.SortedDocValuesTermsEnum this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/lucene/index/SortedDocValuesTermsEnum;
            1    3     1  state  Lorg/apache/lucene/index/OrdTermState;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SortedDocValuesTermsEnum.java"
InnerClasses:
  public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum