public abstract class org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator implements org.apache.lucene.search.LeafFieldComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
  super_class: java.lang.Object
{
  protected final org.apache.lucene.index.NumericDocValues docValues;
    descriptor: Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

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

  private final int maxDoc;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] minValueAsBytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] maxValueAsBytes;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.lucene.search.DocIdSetIterator competitiveIterator;
    descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  final org.apache.lucene.search.comparators.NumericComparator this$0;
    descriptor: Lorg/apache/lucene/search/comparators/NumericComparator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.lucene.search.comparators.NumericComparator, org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/search/comparators/NumericComparator;Lorg/apache/lucene/index/LeafReaderContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
        start local 2 // org.apache.lucene.index.LeafReaderContext context
         0: .line 90
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDocVisited:I
         2: .line 88
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCounter:I
         3: .line 91
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* context */
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.getNumericDocValues:(Lorg/apache/lucene/index/LeafReaderContext;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.docValues:Lorg/apache/lucene/index/NumericDocValues;
         4: .line 92
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.primarySort:Z
            ifeq 5
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.canUsePoints:Z
            ifeq 5
            aload 2 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.getPointValues:(Ljava/lang/String;)Lorg/apache/lucene/index/PointValues;
            goto 6
      StackMap locals: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.search.comparators.NumericComparator org.apache.lucene.index.LeafReaderContext
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
         5: aconst_null
      StackMap locals: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.search.comparators.NumericComparator org.apache.lucene.index.LeafReaderContext
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.index.PointValues
         6: putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.pointValues:Lorg/apache/lucene/index/PointValues;
         7: .line 93
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.pointValues:Lorg/apache/lucene/index/PointValues;
            ifnull 21
         8: .line 94
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.enableSkipping:Z
         9: .line 95
            aload 0 /* this */
            aload 2 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
        10: .line 96
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.reverse:Z
            ifne 11
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            newarray 8
            goto 13
      StackMap locals:
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
        11: aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.topValueSet:Z
            ifeq 12
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            newarray 8
            goto 13
      StackMap locals:
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
        12: aconst_null
      StackMap locals: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.search.comparators.NumericComparator org.apache.lucene.index.LeafReaderContext
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator byte[]
        13: putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
        14: .line 97
            aload 0 /* this */
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.reverse:Z
            ifeq 15
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            newarray 8
            goto 17
      StackMap locals:
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
        15: aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.topValueSet:Z
            ifeq 16
            aload 1
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            newarray 8
            goto 17
      StackMap locals:
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator
        16: aconst_null
      StackMap locals: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.search.comparators.NumericComparator org.apache.lucene.index.LeafReaderContext
      StackMap stack: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator byte[]
        17: putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
        18: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
            invokestatic org.apache.lucene.search.DocIdSetIterator.all:(I)Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:Lorg/apache/lucene/search/DocIdSetIterator;
        19: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
            i2l
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.iteratorCost:J
        20: .line 100
            goto 25
        21: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.enableSkipping:Z
        22: .line 102
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
        23: .line 103
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
        24: .line 104
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
        25: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            0   26     2  context  Lorg/apache/lucene/index/LeafReaderContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      this$0   final
      context  

  protected org.apache.lucene.index.NumericDocValues getNumericDocValues(org.apache.lucene.index.LeafReaderContext, java.lang.String);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
        start local 2 // java.lang.String field
         0: .line 110
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 2 /* field */
            invokestatic org.apache.lucene.index.DocValues.getNumeric:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/NumericDocValues;
            areturn
        end local 2 // java.lang.String field
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            0    1     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            0    1     2    field  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      field    

  public void setBottom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
        start local 1 // int slot
         0: .line 115
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            iconst_1
            putfield org.apache.lucene.search.comparators.NumericComparator.queueFull:Z
         1: .line 116
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCompetitiveIterator:()V
         2: .line 117
            return
        end local 1 // int slot
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            0    3     1  slot  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  

  public void copy(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
        start local 1 // int slot
        start local 2 // int doc
         0: .line 121
            aload 0 /* this */
            iload 2 /* doc */
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDocVisited:I
         1: .line 122
            return
        end local 2 // int doc
        end local 1 // int slot
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            0    2     1  slot  I
            0    2     2   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  
      doc   

  public void setScorer(org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
        start local 1 // org.apache.lucene.search.Scorable scorer
         0: .line 126
            aload 1 /* scorer */
            instanceof org.apache.lucene.search.Scorer
            ifeq 3
         1: .line 127
            aload 0 /* this */
            aload 1 /* scorer */
            checkcast org.apache.lucene.search.Scorer
            invokevirtual org.apache.lucene.search.Scorer.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.iteratorCost:J
         2: .line 128
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCompetitiveIterator:()V
         3: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.search.Scorable scorer
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            0    4     1  scorer  Lorg/apache/lucene/search/Scorable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      scorer  

  public void setHitsThresholdReached();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
         0: .line 134
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            iconst_1
            putfield org.apache.lucene.search.comparators.NumericComparator.hitsThresholdReached:Z
         1: .line 135
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCompetitiveIterator:()V
         2: .line 136
            return
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
    Exceptions:
      throws java.io.IOException

  private void updateCompetitiveIterator();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
         0: .line 140
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.enableSkipping:Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.hitsThresholdReached:Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.queueFull:Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.pointValues:Lorg/apache/lucene/index/PointValues;
            invokevirtual org.apache.lucene.index.PointValues.getDocCount:()I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
            if_icmpge 4
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.isMissingValueCompetitive:()Z
            ifeq 4
         3: .line 143
            return
         4: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCounter:I
         5: .line 147
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCounter:I
            sipush 256
            if_icmple 7
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCounter:I
            bipush 31
            iand
            bipush 31
            if_icmpeq 7
         6: .line 148
            return
         7: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.reverse:Z
            ifne 12
         8: .line 151
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.encodeBottom:([B)V
         9: .line 152
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.topValueSet:Z
            ifeq 15
        10: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.encodeTop:([B)V
        11: .line 155
            goto 15
        12: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.encodeBottom:([B)V
        13: .line 157
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.topValueSet:Z
            ifeq 15
        14: .line 158
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            invokevirtual org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.encodeTop:([B)V
        15: .line 162
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.util.DocIdSetBuilder
            dup
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDoc:I
            invokespecial org.apache.lucene.util.DocIdSetBuilder.<init>:(I)V
            astore 1 /* result */
        start local 1 // org.apache.lucene.util.DocIdSetBuilder result
        16: .line 163
            new org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1
            dup
            aload 0 /* this */
            aload 1 /* result */
            invokespecial org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.<init>:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;Lorg/apache/lucene/util/DocIdSetBuilder;)V
            astore 2 /* visitor */
        start local 2 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        17: .line 216
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.iteratorCost:J
            iconst_3
            lushr
            lstore 3 /* threshold */
        start local 3 // long threshold
        18: .line 217
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.pointValues:Lorg/apache/lucene/index/PointValues;
            aload 2 /* visitor */
            invokevirtual org.apache.lucene.index.PointValues.estimatePointCount:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
            lstore 5 /* estimatedNumberOfMatches */
        start local 5 // long estimatedNumberOfMatches
        19: .line 218
            lload 5 /* estimatedNumberOfMatches */
            lload 3 /* threshold */
            lcmp
            iflt 21
        20: .line 220
            return
        21: .line 222
      StackMap locals: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator org.apache.lucene.util.DocIdSetBuilder org.apache.lucene.index.PointValues$IntersectVisitor long long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.pointValues:Lorg/apache/lucene/index/PointValues;
            aload 2 /* visitor */
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
        22: .line 223
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder.build:()Lorg/apache/lucene/search/DocIdSet;
            invokevirtual org.apache.lucene.search.DocIdSet.iterator:()Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:Lorg/apache/lucene/search/DocIdSetIterator;
        23: .line 224
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.competitiveIterator:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.iteratorCost:J
        24: .line 225
            return
        end local 5 // long estimatedNumberOfMatches
        end local 3 // long threshold
        end local 2 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        end local 1 // org.apache.lucene.util.DocIdSetBuilder result
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   25     0                      this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
           16   25     1                    result  Lorg/apache/lucene/util/DocIdSetBuilder;
           17   25     2                   visitor  Lorg/apache/lucene/index/PointValues$IntersectVisitor;
           18   25     3                 threshold  J
           19   25     5  estimatedNumberOfMatches  J
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.search.DocIdSetIterator competitiveIterator();
    descriptor: ()Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
         0: .line 229
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.enableSkipping:Z
            ifne 1
            aconst_null
            areturn
         1: .line 230
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2.<init>:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)V
            areturn
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;

  protected abstract boolean isMissingValueCompetitive();
    descriptor: ()Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void encodeBottom(byte[]);
    descriptor: ([B)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      packedValue  

  protected abstract void encodeTop(byte[]);
    descriptor: ([B)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      packedValue  

  static org.apache.lucene.search.comparators.NumericComparator access$0(org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator);
    descriptor: (Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 77
            aload 0
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.this$0:Lorg/apache/lucene/search/comparators/NumericComparator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NumericComparator.java"
NestHost: org.apache.lucene.search.comparators.NumericComparator
InnerClasses:
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
  public abstract NumericLeafComparator = org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator of org.apache.lucene.search.comparators.NumericComparator
  org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1
  org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$2