class org.apache.lucene.search.grouping.TermGroupFacetCollector$SV extends org.apache.lucene.search.grouping.TermGroupFacetCollector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.grouping.TermGroupFacetCollector$SV
  super_class: org.apache.lucene.search.grouping.TermGroupFacetCollector
{
  private org.apache.lucene.index.SortedDocValues facetFieldTermsIndex;
    descriptor: Lorg/apache/lucene/index/SortedDocValues;
    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 78
            ldc Lorg/apache/lucene/search/grouping/TermGroupFacetCollector;
            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.search.grouping.TermGroupFacetCollector$SV.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String, java.lang.String, org.apache.lucene.util.BytesRef, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
        start local 1 // java.lang.String groupField
        start local 2 // java.lang.String facetField
        start local 3 // org.apache.lucene.util.BytesRef facetPrefix
        start local 4 // int initialSize
         0: .line 83
            aload 0 /* this */
            aload 1 /* groupField */
            aload 2 /* facetField */
            aload 3 /* facetPrefix */
            iload 4 /* initialSize */
            invokespecial org.apache.lucene.search.grouping.TermGroupFacetCollector.<init>:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)V
         1: .line 84
            return
        end local 4 // int initialSize
        end local 3 // org.apache.lucene.util.BytesRef facetPrefix
        end local 2 // java.lang.String facetField
        end local 1 // java.lang.String groupField
        end local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV;
            0    2     1   groupField  Ljava/lang/String;
            0    2     2   facetField  Ljava/lang/String;
            0    2     3  facetPrefix  Lorg/apache/lucene/util/BytesRef;
            0    2     4  initialSize  I
    MethodParameters:
             Name  Flags
      groupField   
      facetField   
      facetPrefix  
      initialSize  

  public void collect(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
        start local 1 // int doc
         0: .line 88
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            if_icmple 2
         1: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedDocValues.advance:(I)I
            pop
         2: .line 93
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            if_icmpne 5
         3: .line 94
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            istore 2 /* facetOrd */
        start local 2 // int facetOrd
         4: .line 95
            goto 6
        end local 2 // int facetOrd
         5: .line 96
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 2 /* facetOrd */
        start local 2 // int facetOrd
         6: .line 99
      StackMap locals: int
      StackMap stack:
            iload 2 /* facetOrd */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
            if_icmplt 7
            iload 2 /* facetOrd */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
            if_icmplt 8
         7: .line 100
      StackMap locals:
      StackMap stack:
            return
         8: .line 103
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            if_icmple 10
         9: .line 104
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedDocValues.advance:(I)I
            pop
        10: .line 108
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.docID:()I
            if_icmpne 13
        11: .line 109
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
            istore 3 /* groupOrd */
        start local 3 // int groupOrd
        12: .line 110
            goto 14
        end local 3 // int groupOrd
        13: .line 111
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 3 /* groupOrd */
        start local 3 // int groupOrd
        14: .line 113
      StackMap locals: int
      StackMap stack:
            iload 3 /* groupOrd */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            iconst_1
            iadd
            imul
            iload 2 /* facetOrd */
            iadd
            istore 4 /* segmentGroupedFacetsIndex */
        start local 4 // int segmentGroupedFacetsIndex
        15: .line 114
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentGroupedFacetHits:Lorg/apache/lucene/util/SentinelIntSet;
            iload 4 /* segmentGroupedFacetsIndex */
            invokevirtual org.apache.lucene.util.SentinelIntSet.exists:(I)Z
            ifeq 17
        16: .line 115
            return
        17: .line 118
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentTotalCount:I
            iconst_1
            iadd
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentTotalCount:I
        18: .line 119
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentFacetCounts:[I
            iload 2 /* facetOrd */
            iconst_1
            iadd
            dup2
            iaload
            iconst_1
            iadd
            iastore
        19: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentGroupedFacetHits:Lorg/apache/lucene/util/SentinelIntSet;
            iload 4 /* segmentGroupedFacetsIndex */
            invokevirtual org.apache.lucene.util.SentinelIntSet.put:(I)I
            pop
        20: .line 124
            iload 3 /* groupOrd */
            iconst_m1
            if_icmpne 23
        21: .line 125
            aconst_null
            astore 5 /* groupKey */
        start local 5 // org.apache.lucene.util.BytesRef groupKey
        22: .line 126
            goto 24
        end local 5 // org.apache.lucene.util.BytesRef groupKey
        23: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            iload 3 /* groupOrd */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            invokestatic org.apache.lucene.util.BytesRef.deepCopyOf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            astore 5 /* groupKey */
        start local 5 // org.apache.lucene.util.BytesRef groupKey
        24: .line 131
      StackMap locals: org.apache.lucene.util.BytesRef
      StackMap stack:
            iload 2 /* facetOrd */
            iconst_m1
            if_icmpne 27
        25: .line 132
            aconst_null
            astore 6 /* facetKey */
        start local 6 // org.apache.lucene.util.BytesRef facetKey
        26: .line 133
            goto 28
        end local 6 // org.apache.lucene.util.BytesRef facetKey
        27: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            iload 2 /* facetOrd */
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
            invokestatic org.apache.lucene.util.BytesRef.deepCopyOf:(Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/util/BytesRef;
            astore 6 /* facetKey */
        start local 6 // org.apache.lucene.util.BytesRef facetKey
        28: .line 137
      StackMap locals: org.apache.lucene.util.BytesRef
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupedFacetHits:Ljava/util/List;
            new org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit
            dup
            aload 5 /* groupKey */
            aload 6 /* facetKey */
            invokespecial org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.<init>:(Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        29: .line 138
            return
        end local 6 // org.apache.lucene.util.BytesRef facetKey
        end local 5 // org.apache.lucene.util.BytesRef groupKey
        end local 4 // int segmentGroupedFacetsIndex
        end local 3 // int groupOrd
        end local 2 // int facetOrd
        end local 1 // int doc
        end local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   30     0                       this  Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV;
            0   30     1                        doc  I
            4    5     2                   facetOrd  I
            6   30     2                   facetOrd  I
           12   13     3                   groupOrd  I
           14   30     3                   groupOrd  I
           15   30     4  segmentGroupedFacetsIndex  I
           22   23     5                   groupKey  Lorg/apache/lucene/util/BytesRef;
           24   30     5                   groupKey  Lorg/apache/lucene/util/BytesRef;
           26   27     6                   facetKey  Lorg/apache/lucene/util/BytesRef;
           28   30     6                   facetKey  Lorg/apache/lucene/util/BytesRef;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  protected void doSetNextReader(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 142
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentFacetCounts:[I
            ifnull 2
         1: .line 143
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentResults:Ljava/util/List;
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.createSegmentResult:()Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV$SegmentResult;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupField:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSorted:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedDocValues;
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
         3: .line 147
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetField:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSorted:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedDocValues;
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
         4: .line 150
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            iconst_1
            iadd
            newarray 10
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentFacetCounts:[I
         5: .line 151
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentTotalCount:I
         6: .line 153
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentGroupedFacetHits:Lorg/apache/lucene/util/SentinelIntSet;
            invokevirtual org.apache.lucene.util.SentinelIntSet.clear:()V
         7: .line 154
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupedFacetHits:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 21
      StackMap locals: org.apache.lucene.search.grouping.TermGroupFacetCollector$SV org.apache.lucene.index.LeafReaderContext top java.util.Iterator
      StackMap stack:
         8: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit
            astore 2 /* groupedFacetHit */
        start local 2 // org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit groupedFacetHit
         9: .line 155
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.facetValue:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 10
            iconst_m1
            goto 11
      StackMap locals: org.apache.lucene.search.grouping.TermGroupFacetCollector$SV org.apache.lucene.index.LeafReaderContext org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit java.util.Iterator
      StackMap stack:
        10: aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.facetValue:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* facetOrd */
        start local 4 // int facetOrd
        12: .line 156
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.facetValue:Lorg/apache/lucene/util/BytesRef;
            ifnull 14
            iload 4 /* facetOrd */
            ifge 14
        13: .line 157
            goto 21
        14: .line 160
      StackMap locals: int
      StackMap stack:
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.groupValue:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 15
            iconst_m1
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.groupFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.groupValue:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
      StackMap locals:
      StackMap stack: int
        16: istore 5 /* groupOrd */
        start local 5 // int groupOrd
        17: .line 161
            aload 2 /* groupedFacetHit */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit.groupValue:Lorg/apache/lucene/util/BytesRef;
            ifnull 19
            iload 5 /* groupOrd */
            ifge 19
        18: .line 162
            goto 21
        19: .line 165
      StackMap locals: int
      StackMap stack:
            iload 5 /* groupOrd */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            iconst_1
            iadd
            imul
            iload 4 /* facetOrd */
            iadd
            istore 6 /* segmentGroupedFacetsIndex */
        start local 6 // int segmentGroupedFacetsIndex
        20: .line 166
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentGroupedFacetHits:Lorg/apache/lucene/util/SentinelIntSet;
            iload 6 /* segmentGroupedFacetsIndex */
            invokevirtual org.apache.lucene.util.SentinelIntSet.put:(I)I
            pop
        end local 6 // int segmentGroupedFacetsIndex
        end local 5 // int groupOrd
        end local 4 // int facetOrd
        end local 2 // org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit groupedFacetHit
        21: .line 154
      StackMap locals: org.apache.lucene.search.grouping.TermGroupFacetCollector$SV org.apache.lucene.index.LeafReaderContext top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        22: .line 169
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetPrefix:Lorg/apache/lucene/util/BytesRef;
            ifnull 33
        23: .line 170
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetPrefix:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
        24: .line 171
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
            ifge 26
        25: .line 173
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
            ineg
            iconst_1
            isub
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
        26: .line 175
      StackMap locals: org.apache.lucene.search.grouping.TermGroupFacetCollector$SV org.apache.lucene.index.LeafReaderContext
      StackMap stack:
            new org.apache.lucene.util.BytesRefBuilder
            dup
            invokespecial org.apache.lucene.util.BytesRefBuilder.<init>:()V
            astore 2 /* facetEndPrefix */
        start local 2 // org.apache.lucene.util.BytesRefBuilder facetEndPrefix
        27: .line 176
            aload 2 /* facetEndPrefix */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetPrefix:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.append:(Lorg/apache/lucene/util/BytesRef;)V
        28: .line 177
            aload 2 /* facetEndPrefix */
            getstatic org.apache.lucene.util.UnicodeUtil.BIG_TERM:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRefBuilder.append:(Lorg/apache/lucene/util/BytesRef;)V
        29: .line 178
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            aload 2 /* facetEndPrefix */
            invokevirtual org.apache.lucene.util.BytesRefBuilder.get:()Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)I
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
        30: .line 179
            getstatic org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.$assertionsDisabled:Z
            ifne 31
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
            iflt 31
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        31: .line 180
      StackMap locals: org.apache.lucene.util.BytesRefBuilder
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
            ineg
            iconst_1
            isub
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
        end local 2 // org.apache.lucene.util.BytesRefBuilder facetEndPrefix
        32: .line 181
            goto 35
        33: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
        34: .line 183
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.getValueCount:()I
            putfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
        35: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   36     0                       this  Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV;
            0   36     1                    context  Lorg/apache/lucene/index/LeafReaderContext;
            9   21     2            groupedFacetHit  Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$GroupedFacetHit;
           12   21     4                   facetOrd  I
           17   21     5                   groupOrd  I
           20   21     6  segmentGroupedFacetsIndex  I
           27   32     2             facetEndPrefix  Lorg/apache/lucene/util/BytesRefBuilder;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  protected org.apache.lucene.search.grouping.TermGroupFacetCollector$SV$SegmentResult createSegmentResult();
    descriptor: ()Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV$SegmentResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
         0: .line 189
            new org.apache.lucene.search.grouping.TermGroupFacetCollector$SV$SegmentResult
            dup
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentFacetCounts:[I
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.segmentTotalCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.facetFieldTermsIndex:Lorg/apache/lucene/index/SortedDocValues;
            invokevirtual org.apache.lucene.index.SortedDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.startFacetOrd:I
            aload 0 /* this */
            getfield org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.endFacetOrd:I
            invokespecial org.apache.lucene.search.grouping.TermGroupFacetCollector$SV$SegmentResult.<init>:([IILorg/apache/lucene/index/TermsEnum;II)V
            areturn
        end local 0 // org.apache.lucene.search.grouping.TermGroupFacetCollector$SV this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV;
    Exceptions:
      throws java.io.IOException

  protected org.apache.lucene.search.grouping.GroupFacetCollector$SegmentResult createSegmentResult();
    descriptor: ()Lorg/apache/lucene/search/grouping/GroupFacetCollector$SegmentResult;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.lucene.search.grouping.TermGroupFacetCollector$SV.createSegmentResult:()Lorg/apache/lucene/search/grouping/TermGroupFacetCollector$SV$SegmentResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TermGroupFacetCollector.java"
NestHost: org.apache.lucene.search.grouping.TermGroupFacetCollector
InnerClasses:
  protected abstract SegmentResult = org.apache.lucene.search.grouping.GroupFacetCollector$SegmentResult of org.apache.lucene.search.grouping.GroupFacetCollector
  private GroupedFacetHit = org.apache.lucene.search.grouping.TermGroupFacetCollector$GroupedFacetHit of org.apache.lucene.search.grouping.TermGroupFacetCollector
  SV = org.apache.lucene.search.grouping.TermGroupFacetCollector$SV of org.apache.lucene.search.grouping.TermGroupFacetCollector
  private SegmentResult = org.apache.lucene.search.grouping.TermGroupFacetCollector$SV$SegmentResult of org.apache.lucene.search.grouping.TermGroupFacetCollector$SV