class org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 implements org.apache.lucene.index.PointValues$IntersectVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1
  super_class: java.lang.Object
{
  org.apache.lucene.util.DocIdSetBuilder$BulkAdder adder;
    descriptor: Lorg/apache/lucene/util/DocIdSetBuilder$BulkAdder;
    flags: (0x0000) 

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

  private final org.apache.lucene.util.DocIdSetBuilder val$result;
    descriptor: Lorg/apache/lucene/util/DocIdSetBuilder;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator, org.apache.lucene.util.DocIdSetBuilder);
    descriptor: (Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;Lorg/apache/lucene/util/DocIdSetBuilder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
         0: .line 163
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            aload 0 /* this */
            aload 2
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.val$result:Lorg/apache/lucene/util/DocIdSetBuilder;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1;
    MethodParameters:
            Name  Flags
      this$0      final
      val$result  final

  public void grow(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
        start local 1 // int count
         0: .line 168
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.val$result:Lorg/apache/lucene/util/DocIdSetBuilder;
            iload 1 /* count */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder.grow:(I)Lorg/apache/lucene/util/DocIdSetBuilder$BulkAdder;
            putfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.adder:Lorg/apache/lucene/util/DocIdSetBuilder$BulkAdder;
         1: .line 169
            return
        end local 1 // int count
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public void visit(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$1 this
        start local 1 // int docID
         0: .line 173
            iload 1 /* docID */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDocVisited:I
            if_icmpgt 2
         1: .line 174
            return
         2: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.adder:Lorg/apache/lucene/util/DocIdSetBuilder$BulkAdder;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder$BulkAdder.add:(I)V
         3: .line 177
            return
        end local 1 // int docID
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1;
            0    4     1  docID  I
    MethodParameters:
       Name  Flags
      docID  

  public void visit(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
        start local 1 // int docID
        start local 2 // byte[] packedValue
         0: .line 181
            iload 1 /* docID */
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxDocVisited:I
            if_icmpgt 2
         1: .line 182
            return
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            ifnull 6
         3: .line 185
            aload 2 /* packedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            istore 3 /* cmp */
        start local 3 // int cmp
         4: .line 187
            iload 3 /* cmp */
            ifgt 5
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.singleSort:Z
            ifeq 6
            iload 3 /* cmp */
            ifne 6
      StackMap locals: int
      StackMap stack:
         5: return
        end local 3 // int cmp
         6: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            ifnull 10
         7: .line 190
            aload 2 /* packedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            istore 3 /* cmp */
        start local 3 // int cmp
         8: .line 192
            iload 3 /* cmp */
            iflt 9
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.singleSort:Z
            ifeq 10
            iload 3 /* cmp */
            ifne 10
      StackMap locals: int
      StackMap stack:
         9: return
        end local 3 // int cmp
        10: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.adder:Lorg/apache/lucene/util/DocIdSetBuilder$BulkAdder;
            iload 1 /* docID */
            invokevirtual org.apache.lucene.util.DocIdSetBuilder$BulkAdder.add:(I)V
        11: .line 195
            return
        end local 2 // byte[] packedValue
        end local 1 // int docID
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1;
            0   12     1        docID  I
            0   12     2  packedValue  [B
            4    6     3          cmp  I
            8   10     3          cmp  I
    MethodParameters:
             Name  Flags
      docID        
      packedValue  

  public org.apache.lucene.index.PointValues$Relation compare(byte[], byte[]);
    descriptor: ([B[B)Lorg/apache/lucene/index/PointValues$Relation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
        start local 1 // byte[] minPackedValue
        start local 2 // byte[] maxPackedValue
         0: .line 199
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            ifnull 4
         1: .line 200
            aload 1 /* minPackedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            istore 3 /* cmp */
        start local 3 // int cmp
         2: .line 201
            iload 3 /* cmp */
            ifgt 3
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.singleSort:Z
            ifeq 4
            iload 3 /* cmp */
            ifne 4
      StackMap locals: int
      StackMap stack:
         3: getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 3 // int cmp
         4: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            ifnull 8
         5: .line 204
            aload 2 /* maxPackedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            istore 3 /* cmp */
        start local 3 // int cmp
         6: .line 205
            iload 3 /* cmp */
            iflt 7
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.singleSort:Z
            ifeq 8
            iload 3 /* cmp */
            ifne 8
      StackMap locals: int
      StackMap stack:
         7: getstatic org.apache.lucene.index.PointValues$Relation.CELL_OUTSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 3 // int cmp
         8: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            ifnull 10
         9: .line 208
            aload 2 /* maxPackedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.maxValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifgt 12
        10: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            ifnull 13
        11: .line 210
            aload 1 /* minPackedValue */
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.minValueAsBytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1.this$1:Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;
            invokestatic org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.access$0:(Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator;)Lorg/apache/lucene/search/comparators/NumericComparator;
            getfield org.apache.lucene.search.comparators.NumericComparator.bytesCount:I
            invokestatic org.apache.lucene.util.FutureArrays.compareUnsigned:([BII[BII)I
            ifge 13
        12: .line 211
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_CROSSES_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        13: .line 213
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.index.PointValues$Relation.CELL_INSIDE_QUERY:Lorg/apache/lucene/index/PointValues$Relation;
            areturn
        end local 2 // byte[] maxPackedValue
        end local 1 // byte[] minPackedValue
        end local 0 // org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/apache/lucene/search/comparators/NumericComparator$NumericLeafComparator$1;
            0   14     1  minPackedValue  [B
            0   14     2  maxPackedValue  [B
            2    4     3             cmp  I
            6    8     3             cmp  I
    MethodParameters:
                Name  Flags
      minPackedValue  
      maxPackedValue  
}
SourceFile: "NumericComparator.java"
EnclosingMethod: org.apache.lucene.search.comparators.NumericComparator$NumericLeafComparator.updateCompetitiveIterator:()V
NestHost: org.apache.lucene.search.comparators.NumericComparator
InnerClasses:
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues
  public final Relation = org.apache.lucene.index.PointValues$Relation 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
  public abstract BulkAdder = org.apache.lucene.util.DocIdSetBuilder$BulkAdder of org.apache.lucene.util.DocIdSetBuilder