public final class org.apache.lucene.index.MultiTerms extends org.apache.lucene.index.Terms
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.index.MultiTerms
  super_class: org.apache.lucene.index.Terms
{
  private final org.apache.lucene.index.Terms[] subs;
    descriptor: [Lorg/apache/lucene/index/Terms;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.lucene.index.ReaderSlice[] subSlices;
    descriptor: [Lorg/apache/lucene/index/ReaderSlice;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasFreqs;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasOffsets;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasPositions;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasPayloads;
    descriptor: Z
    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 34
            ldc Lorg/apache/lucene/index/MultiTerms;
            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.MultiTerms.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.lucene.index.Terms[], org.apache.lucene.index.ReaderSlice[]);
    descriptor: ([Lorg/apache/lucene/index/Terms;[Lorg/apache/lucene/index/ReaderSlice;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.apache.lucene.index.MultiTerms this
        start local 1 // org.apache.lucene.index.Terms[] subs
        start local 2 // org.apache.lucene.index.ReaderSlice[] subSlices
         0: .line 50
            aload 0 /* this */
            invokespecial org.apache.lucene.index.Terms.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* subs */
            putfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
         2: .line 52
            aload 0 /* this */
            aload 2 /* subSlices */
            putfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
         3: .line 54
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 4
            aload 1 /* subs */
            arraylength
            ifgt 4
            new java.lang.AssertionError
            dup
            ldc "inefficient: don't use MultiTerms over one sub"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 55
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[]
      StackMap stack:
            iconst_1
            istore 3 /* _hasFreqs */
        start local 3 // boolean _hasFreqs
         5: .line 56
            iconst_1
            istore 4 /* _hasOffsets */
        start local 4 // boolean _hasOffsets
         6: .line 57
            iconst_1
            istore 5 /* _hasPositions */
        start local 5 // boolean _hasPositions
         7: .line 58
            iconst_0
            istore 6 /* _hasPayloads */
        start local 6 // boolean _hasPayloads
         8: .line 59
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 15
        10: .line 60
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int int
      StackMap stack:
            iload 3 /* _hasFreqs */
            aload 1 /* subs */
            iload 7 /* i */
            aaload
            invokevirtual org.apache.lucene.index.Terms.hasFreqs:()Z
            iand
            istore 3 /* _hasFreqs */
        11: .line 61
            iload 4 /* _hasOffsets */
            aload 1 /* subs */
            iload 7 /* i */
            aaload
            invokevirtual org.apache.lucene.index.Terms.hasOffsets:()Z
            iand
            istore 4 /* _hasOffsets */
        12: .line 62
            iload 5 /* _hasPositions */
            aload 1 /* subs */
            iload 7 /* i */
            aaload
            invokevirtual org.apache.lucene.index.Terms.hasPositions:()Z
            iand
            istore 5 /* _hasPositions */
        13: .line 63
            iload 6 /* _hasPayloads */
            aload 1 /* subs */
            iload 7 /* i */
            aaload
            invokevirtual org.apache.lucene.index.Terms.hasPayloads:()Z
            ior
            istore 6 /* _hasPayloads */
        14: .line 59
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 1 /* subs */
            arraylength
            if_icmplt 10
        end local 7 // int i
        16: .line 66
            aload 0 /* this */
            iload 3 /* _hasFreqs */
            putfield org.apache.lucene.index.MultiTerms.hasFreqs:Z
        17: .line 67
            aload 0 /* this */
            iload 4 /* _hasOffsets */
            putfield org.apache.lucene.index.MultiTerms.hasOffsets:Z
        18: .line 68
            aload 0 /* this */
            iload 5 /* _hasPositions */
            putfield org.apache.lucene.index.MultiTerms.hasPositions:Z
        19: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.hasPositions:Z
            ifeq 20
            iload 6 /* _hasPayloads */
            ifeq 20
            iconst_1
            goto 21
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int
      StackMap stack: org.apache.lucene.index.MultiTerms
        20: iconst_0
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int
      StackMap stack: org.apache.lucene.index.MultiTerms int
        21: putfield org.apache.lucene.index.MultiTerms.hasPayloads:Z
        22: .line 70
            return
        end local 6 // boolean _hasPayloads
        end local 5 // boolean _hasPositions
        end local 4 // boolean _hasOffsets
        end local 3 // boolean _hasFreqs
        end local 2 // org.apache.lucene.index.ReaderSlice[] subSlices
        end local 1 // org.apache.lucene.index.Terms[] subs
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/apache/lucene/index/MultiTerms;
            0   23     1           subs  [Lorg/apache/lucene/index/Terms;
            0   23     2      subSlices  [Lorg/apache/lucene/index/ReaderSlice;
            5   23     3      _hasFreqs  Z
            6   23     4    _hasOffsets  Z
            7   23     5  _hasPositions  Z
            8   23     6   _hasPayloads  Z
            9   16     7              i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      subs       
      subSlices  

  public static org.apache.lucene.index.Terms getTerms(org.apache.lucene.index.IndexReader, java.lang.String);
    descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.apache.lucene.index.IndexReader r
        start local 1 // java.lang.String field
         0: .line 74
            aload 0 /* r */
            invokevirtual org.apache.lucene.index.IndexReader.leaves:()Ljava/util/List;
            astore 2 /* leaves */
        start local 2 // java.util.List leaves
         1: .line 75
            aload 2 /* leaves */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 3
         2: .line 76
            aload 2 /* leaves */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 1 /* field */
            invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
            areturn
         3: .line 79
      StackMap locals: java.util.List
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 2 /* leaves */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* termsPerLeaf */
        start local 3 // java.util.List termsPerLeaf
         4: .line 80
            new java.util.ArrayList
            dup
            aload 2 /* leaves */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* slicePerLeaf */
        start local 4 // java.util.List slicePerLeaf
         5: .line 82
            iconst_0
            istore 5 /* leafIdx */
        start local 5 // int leafIdx
         6: goto 13
         7: .line 83
      StackMap locals: java.util.List java.util.List int
      StackMap stack:
            aload 2 /* leaves */
            iload 5 /* leafIdx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.lucene.index.LeafReaderContext
            astore 6 /* ctx */
        start local 6 // org.apache.lucene.index.LeafReaderContext ctx
         8: .line 84
            aload 6 /* ctx */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 1 /* field */
            invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
            astore 7 /* subTerms */
        start local 7 // org.apache.lucene.index.Terms subTerms
         9: .line 85
            aload 7 /* subTerms */
            ifnull 12
        10: .line 86
            aload 3 /* termsPerLeaf */
            aload 7 /* subTerms */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 87
            aload 4 /* slicePerLeaf */
            new org.apache.lucene.index.ReaderSlice
            dup
            aload 6 /* ctx */
            getfield org.apache.lucene.index.LeafReaderContext.docBase:I
            aload 0 /* r */
            invokevirtual org.apache.lucene.index.IndexReader.maxDoc:()I
            iload 5 /* leafIdx */
            invokespecial org.apache.lucene.index.ReaderSlice.<init>:(III)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // org.apache.lucene.index.Terms subTerms
        end local 6 // org.apache.lucene.index.LeafReaderContext ctx
        12: .line 82
      StackMap locals:
      StackMap stack:
            iinc 5 /* leafIdx */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* leafIdx */
            aload 2 /* leaves */
            invokeinterface java.util.List.size:()I
            if_icmplt 7
        end local 5 // int leafIdx
        14: .line 91
            aload 3 /* termsPerLeaf */
            invokeinterface java.util.List.size:()I
            ifne 16
        15: .line 92
            aconst_null
            areturn
        16: .line 94
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.index.MultiTerms
            dup
            aload 3 /* termsPerLeaf */
            getstatic org.apache.lucene.index.MultiTerms.EMPTY_ARRAY:[Lorg/apache/lucene/index/Terms;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.index.Terms[]
        17: .line 95
            aload 4 /* slicePerLeaf */
            getstatic org.apache.lucene.index.ReaderSlice.EMPTY_ARRAY:[Lorg/apache/lucene/index/ReaderSlice;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.index.ReaderSlice[]
        18: .line 94
            invokespecial org.apache.lucene.index.MultiTerms.<init>:([Lorg/apache/lucene/index/Terms;[Lorg/apache/lucene/index/ReaderSlice;)V
            areturn
        end local 4 // java.util.List slicePerLeaf
        end local 3 // java.util.List termsPerLeaf
        end local 2 // java.util.List leaves
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.index.IndexReader r
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0             r  Lorg/apache/lucene/index/IndexReader;
            0   19     1         field  Ljava/lang/String;
            1   19     2        leaves  Ljava/util/List<Lorg/apache/lucene/index/LeafReaderContext;>;
            4   19     3  termsPerLeaf  Ljava/util/List<Lorg/apache/lucene/index/Terms;>;
            5   19     4  slicePerLeaf  Ljava/util/List<Lorg/apache/lucene/index/ReaderSlice;>;
            6   14     5       leafIdx  I
            8   12     6           ctx  Lorg/apache/lucene/index/LeafReaderContext;
            9   12     7      subTerms  Lorg/apache/lucene/index/Terms;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      r      
      field  

  public static org.apache.lucene.index.PostingsEnum getTermPostingsEnum(org.apache.lucene.index.IndexReader, java.lang.String, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.IndexReader r
        start local 1 // java.lang.String field
        start local 2 // org.apache.lucene.util.BytesRef term
         0: .line 104
            aload 0 /* r */
            aload 1 /* field */
            aload 2 /* term */
            bipush 120
            invokestatic org.apache.lucene.index.MultiTerms.getTermPostingsEnum:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)Lorg/apache/lucene/index/PostingsEnum;
            areturn
        end local 2 // org.apache.lucene.util.BytesRef term
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.index.IndexReader r
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      r  Lorg/apache/lucene/index/IndexReader;
            0    1     1  field  Ljava/lang/String;
            0    1     2   term  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      r      
      field  
      term   

  public static org.apache.lucene.index.PostingsEnum getTermPostingsEnum(org.apache.lucene.index.IndexReader, java.lang.String, org.apache.lucene.util.BytesRef, int);
    descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)Lorg/apache/lucene/index/PostingsEnum;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.lucene.index.IndexReader r
        start local 1 // java.lang.String field
        start local 2 // org.apache.lucene.util.BytesRef term
        start local 3 // int flags
         0: .line 114
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 1
            aload 1 /* field */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 115
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 2
            aload 2 /* term */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* r */
            aload 1 /* field */
            invokestatic org.apache.lucene.index.MultiTerms.getTerms:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
            astore 4 /* terms */
        start local 4 // org.apache.lucene.index.Terms terms
         3: .line 117
            aload 4 /* terms */
            ifnull 7
         4: .line 118
            aload 4 /* terms */
            invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
            astore 5 /* termsEnum */
        start local 5 // org.apache.lucene.index.TermsEnum termsEnum
         5: .line 119
            aload 5 /* termsEnum */
            aload 2 /* term */
            invokevirtual org.apache.lucene.index.TermsEnum.seekExact:(Lorg/apache/lucene/util/BytesRef;)Z
            ifeq 7
         6: .line 120
            aload 5 /* termsEnum */
            aconst_null
            iload 3 /* flags */
            invokevirtual org.apache.lucene.index.TermsEnum.postings:(Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
            areturn
        end local 5 // org.apache.lucene.index.TermsEnum termsEnum
         7: .line 123
      StackMap locals: org.apache.lucene.index.Terms
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.apache.lucene.index.Terms terms
        end local 3 // int flags
        end local 2 // org.apache.lucene.util.BytesRef term
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.index.IndexReader r
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0          r  Lorg/apache/lucene/index/IndexReader;
            0    8     1      field  Ljava/lang/String;
            0    8     2       term  Lorg/apache/lucene/util/BytesRef;
            0    8     3      flags  I
            3    8     4      terms  Lorg/apache/lucene/index/Terms;
            5    7     5  termsEnum  Lorg/apache/lucene/index/TermsEnum;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      r      
      field  
      term   
      flags  

  public org.apache.lucene.index.Terms[] getSubTerms();
    descriptor: ()[Lorg/apache/lucene/index/Terms;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 128
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            areturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public org.apache.lucene.index.ReaderSlice[] getSubSlices();
    descriptor: ()[Lorg/apache/lucene/index/ReaderSlice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 133
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
            areturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public org.apache.lucene.index.TermsEnum intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/automaton/CompiledAutomaton;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.apache.lucene.index.MultiTerms this
        start local 1 // org.apache.lucene.util.automaton.CompiledAutomaton compiled
        start local 2 // org.apache.lucene.util.BytesRef startTerm
         0: .line 138
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* termsEnums */
        start local 3 // java.util.List termsEnums
         1: .line 139
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 140
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            iload 4 /* i */
            aaload
            aload 1 /* compiled */
            aload 2 /* startTerm */
            invokevirtual org.apache.lucene.index.Terms.intersect:(Lorg/apache/lucene/util/automaton/CompiledAutomaton;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum;
            astore 5 /* termsEnum */
        start local 5 // org.apache.lucene.index.TermsEnum termsEnum
         4: .line 141
            aload 5 /* termsEnum */
            ifnull 6
         5: .line 142
            aload 3 /* termsEnums */
            new org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex
            dup
            aload 5 /* termsEnum */
            iload 4 /* i */
            invokespecial org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.<init>:(Lorg/apache/lucene/index/TermsEnum;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // org.apache.lucene.index.TermsEnum termsEnum
         6: .line 139
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            arraylength
            if_icmplt 3
        end local 4 // int i
         8: .line 146
            aload 3 /* termsEnums */
            invokeinterface java.util.List.size:()I
            ifle 10
         9: .line 147
            new org.apache.lucene.index.MultiTermsEnum
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
            invokespecial org.apache.lucene.index.MultiTermsEnum.<init>:([Lorg/apache/lucene/index/ReaderSlice;)V
            aload 3 /* termsEnums */
            getstatic org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.EMPTY_ARRAY:[Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex[]
            invokevirtual org.apache.lucene.index.MultiTermsEnum.reset:([Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;)Lorg/apache/lucene/index/TermsEnum;
            areturn
        10: .line 149
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.TermsEnum.EMPTY:Lorg/apache/lucene/index/TermsEnum;
            areturn
        end local 3 // java.util.List termsEnums
        end local 2 // org.apache.lucene.util.BytesRef startTerm
        end local 1 // org.apache.lucene.util.automaton.CompiledAutomaton compiled
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/lucene/index/MultiTerms;
            0   11     1    compiled  Lorg/apache/lucene/util/automaton/CompiledAutomaton;
            0   11     2   startTerm  Lorg/apache/lucene/util/BytesRef;
            1   11     3  termsEnums  Ljava/util/List<Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;>;
            2    8     4           i  I
            4    6     5   termsEnum  Lorg/apache/lucene/index/TermsEnum;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      compiled   
      startTerm  

  public org.apache.lucene.util.BytesRef getMin();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 155
            aconst_null
            astore 1 /* minTerm */
        start local 1 // org.apache.lucene.util.BytesRef minTerm
         1: .line 156
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* terms */
        start local 2 // org.apache.lucene.index.Terms terms
         3: .line 157
            aload 2 /* terms */
            invokevirtual org.apache.lucene.index.Terms.getMin:()Lorg/apache/lucene/util/BytesRef;
            astore 6 /* term */
        start local 6 // org.apache.lucene.util.BytesRef term
         4: .line 158
            aload 1 /* minTerm */
            ifnull 5
            aload 6 /* term */
            aload 1 /* minTerm */
            invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
            ifge 6
         5: .line 159
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 6 /* term */
            astore 1 /* minTerm */
        end local 6 // org.apache.lucene.util.BytesRef term
        end local 2 // org.apache.lucene.index.Terms terms
         6: .line 156
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 2
         8: .line 163
            aload 1 /* minTerm */
            areturn
        end local 1 // org.apache.lucene.util.BytesRef minTerm
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/lucene/index/MultiTerms;
            1    9     1  minTerm  Lorg/apache/lucene/util/BytesRef;
            3    6     2    terms  Lorg/apache/lucene/index/Terms;
            4    6     6     term  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.util.BytesRef getMax();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 168
            aconst_null
            astore 1 /* maxTerm */
        start local 1 // org.apache.lucene.util.BytesRef maxTerm
         1: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* terms */
        start local 2 // org.apache.lucene.index.Terms terms
         3: .line 170
            aload 2 /* terms */
            invokevirtual org.apache.lucene.index.Terms.getMax:()Lorg/apache/lucene/util/BytesRef;
            astore 6 /* term */
        start local 6 // org.apache.lucene.util.BytesRef term
         4: .line 171
            aload 1 /* maxTerm */
            ifnull 5
            aload 6 /* term */
            aload 1 /* maxTerm */
            invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
            ifle 6
         5: .line 172
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 6 /* term */
            astore 1 /* maxTerm */
        end local 6 // org.apache.lucene.util.BytesRef term
        end local 2 // org.apache.lucene.index.Terms terms
         6: .line 169
      StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 2
         8: .line 176
            aload 1 /* maxTerm */
            areturn
        end local 1 // org.apache.lucene.util.BytesRef maxTerm
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/lucene/index/MultiTerms;
            1    9     1  maxTerm  Lorg/apache/lucene/util/BytesRef;
            3    6     2    terms  Lorg/apache/lucene/index/Terms;
            4    6     6     term  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.index.TermsEnum iterator();
    descriptor: ()Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 182
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* termsEnums */
        start local 1 // java.util.List termsEnums
         1: .line 183
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 7
         3: .line 184
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            iload 2 /* i */
            aaload
            invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
            astore 3 /* termsEnum */
        start local 3 // org.apache.lucene.index.TermsEnum termsEnum
         4: .line 185
            aload 3 /* termsEnum */
            ifnull 6
         5: .line 186
            aload 1 /* termsEnums */
            new org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex
            dup
            aload 3 /* termsEnum */
            iload 2 /* i */
            invokespecial org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.<init>:(Lorg/apache/lucene/index/TermsEnum;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.apache.lucene.index.TermsEnum termsEnum
         6: .line 183
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            arraylength
            if_icmplt 3
        end local 2 // int i
         8: .line 190
            aload 1 /* termsEnums */
            invokeinterface java.util.List.size:()I
            ifle 10
         9: .line 191
            new org.apache.lucene.index.MultiTermsEnum
            dup
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
            invokespecial org.apache.lucene.index.MultiTermsEnum.<init>:([Lorg/apache/lucene/index/ReaderSlice;)V
            aload 1 /* termsEnums */
            getstatic org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.EMPTY_ARRAY:[Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex[]
            invokevirtual org.apache.lucene.index.MultiTermsEnum.reset:([Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;)Lorg/apache/lucene/index/TermsEnum;
            areturn
        10: .line 193
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.TermsEnum.EMPTY:Lorg/apache/lucene/index/TermsEnum;
            areturn
        end local 1 // java.util.List termsEnums
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lorg/apache/lucene/index/MultiTerms;
            1   11     1  termsEnums  Ljava/util/List<Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;>;
            2    8     2           i  I
            4    6     3   termsEnum  Lorg/apache/lucene/index/TermsEnum;
    Exceptions:
      throws java.io.IOException

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 199
            ldc -1
            lreturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public long getSumTotalTermFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 204
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 205
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* terms */
        start local 3 // org.apache.lucene.index.Terms terms
         3: .line 206
            aload 3 /* terms */
            invokevirtual org.apache.lucene.index.Terms.getSumTotalTermFreq:()J
            lstore 7 /* v */
        start local 7 // long v
         4: .line 207
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 5
            lload 7 /* v */
            ldc -1
            lcmp
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 208
      StackMap locals: org.apache.lucene.index.MultiTerms long org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] long
      StackMap stack:
            lload 1 /* sum */
            lload 7 /* v */
            ladd
            lstore 1 /* sum */
        end local 7 // long v
        end local 3 // org.apache.lucene.index.Terms terms
         6: .line 205
            iinc 4 1
      StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 210
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/index/MultiTerms;
            1    9     1    sum  J
            3    6     3  terms  Lorg/apache/lucene/index/Terms;
            4    6     7      v  J
    Exceptions:
      throws java.io.IOException

  public long getSumDocFreq();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 215
            lconst_0
            lstore 1 /* sum */
        start local 1 // long sum
         1: .line 216
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* terms */
        start local 3 // org.apache.lucene.index.Terms terms
         3: .line 217
            aload 3 /* terms */
            invokevirtual org.apache.lucene.index.Terms.getSumDocFreq:()J
            lstore 7 /* v */
        start local 7 // long v
         4: .line 218
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 5
            lload 7 /* v */
            ldc -1
            lcmp
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 219
      StackMap locals: org.apache.lucene.index.MultiTerms long org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] long
      StackMap stack:
            lload 1 /* sum */
            lload 7 /* v */
            ladd
            lstore 1 /* sum */
        end local 7 // long v
        end local 3 // org.apache.lucene.index.Terms terms
         6: .line 216
            iinc 4 1
      StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 221
            lload 1 /* sum */
            lreturn
        end local 1 // long sum
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/index/MultiTerms;
            1    9     1    sum  J
            3    6     3  terms  Lorg/apache/lucene/index/Terms;
            4    6     7      v  J
    Exceptions:
      throws java.io.IOException

  public int getDocCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 226
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 227
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.apache.lucene.index.MultiTerms int top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* terms */
        start local 2 // org.apache.lucene.index.Terms terms
         3: .line 228
            aload 2 /* terms */
            invokevirtual org.apache.lucene.index.Terms.getDocCount:()I
            istore 6 /* v */
        start local 6 // int v
         4: .line 229
            getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
            ifne 5
            iload 6 /* v */
            iconst_m1
            if_icmpne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 230
      StackMap locals: org.apache.lucene.index.MultiTerms int org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] int
      StackMap stack:
            iload 1 /* sum */
            iload 6 /* v */
            iadd
            istore 1 /* sum */
        end local 6 // int v
        end local 2 // org.apache.lucene.index.Terms terms
         6: .line 227
            iinc 3 1
      StackMap locals: org.apache.lucene.index.MultiTerms int top int int org.apache.lucene.index.Terms[]
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 2
         8: .line 232
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/index/MultiTerms;
            1    9     1    sum  I
            3    6     2  terms  Lorg/apache/lucene/index/Terms;
            4    6     6      v  I
    Exceptions:
      throws java.io.IOException

  public boolean hasFreqs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 237
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.hasFreqs:Z
            ireturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public boolean hasOffsets();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 242
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.hasOffsets:Z
            ireturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public boolean hasPositions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 247
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.hasPositions:Z
            ireturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;

  public boolean hasPayloads();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.MultiTerms this
         0: .line 252
            aload 0 /* this */
            getfield org.apache.lucene.index.MultiTerms.hasPayloads:Z
            ireturn
        end local 0 // org.apache.lucene.index.MultiTerms this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/MultiTerms;
}
SourceFile: "MultiTerms.java"
InnerClasses:
  TermsEnumIndex = org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex of org.apache.lucene.index.MultiTermsEnum