class org.apache.lucene.document.XYPointDistanceComparator extends org.apache.lucene.search.FieldComparator<java.lang.Double> implements org.apache.lucene.search.LeafFieldComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.XYPointDistanceComparator
  super_class: org.apache.lucene.search.FieldComparator
{
  final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final double x;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final double y;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final double[] values;
    descriptor: [D
    flags: (0x0010) ACC_FINAL

  double bottom;
    descriptor: D
    flags: (0x0000) 

  double topValue;
    descriptor: D
    flags: (0x0000) 

  org.apache.lucene.index.SortedNumericDocValues currentDocs;
    descriptor: Lorg/apache/lucene/index/SortedNumericDocValues;
    flags: (0x0000) 

  int minX;
    descriptor: I
    flags: (0x0000) 

  int maxX;
    descriptor: I
    flags: (0x0000) 

  int minY;
    descriptor: I
    flags: (0x0000) 

  int maxY;
    descriptor: I
    flags: (0x0000) 

  int setBottomCounter;
    descriptor: I
    flags: (0x0000) 

  private long[] currentValues;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private int valuesDocID;
    descriptor: I
    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 40
            ldc Lorg/apache/lucene/document/XYPointDistanceComparator;
            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.document.XYPointDistanceComparator.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, float, float, int);
    descriptor: (Ljava/lang/String;FFI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // java.lang.String field
        start local 2 // float x
        start local 3 // float y
        start local 4 // int numHits
         0: .line 67
            aload 0 /* this */
            invokespecial org.apache.lucene.search.FieldComparator.<init>:()V
         1: .line 56
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.lucene.document.XYPointDistanceComparator.minX:I
         2: .line 57
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.XYPointDistanceComparator.maxX:I
         3: .line 58
            aload 0 /* this */
            ldc -2147483648
            putfield org.apache.lucene.document.XYPointDistanceComparator.minY:I
         4: .line 59
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.document.XYPointDistanceComparator.maxY:I
         5: .line 62
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.document.XYPointDistanceComparator.setBottomCounter:I
         6: .line 64
            aload 0 /* this */
            iconst_4
            newarray 11
            putfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
         7: .line 65
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
         8: .line 68
            aload 0 /* this */
            aload 1 /* field */
            putfield org.apache.lucene.document.XYPointDistanceComparator.field:Ljava/lang/String;
         9: .line 69
            aload 0 /* this */
            fload 2 /* x */
            f2d
            putfield org.apache.lucene.document.XYPointDistanceComparator.x:D
        10: .line 70
            aload 0 /* this */
            fload 3 /* y */
            f2d
            putfield org.apache.lucene.document.XYPointDistanceComparator.y:D
        11: .line 71
            aload 0 /* this */
            iload 4 /* numHits */
            newarray 7
            putfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
        12: .line 72
            return
        end local 4 // int numHits
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0   13     1    field  Ljava/lang/String;
            0   13     2        x  F
            0   13     3        y  F
            0   13     4  numHits  I
    MethodParameters:
         Name  Flags
      field    
      x        
      y        
      numHits  

  public void setScorer(org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // org.apache.lucene.search.Scorable scorer
         0: .line 75
            return
        end local 1 // org.apache.lucene.search.Scorable scorer
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    1     1  scorer  Lorg/apache/lucene/search/Scorable;
    MethodParameters:
        Name  Flags
      scorer  

  public int compare(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int slot1
        start local 2 // int slot2
         0: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
            iload 1 /* slot1 */
            daload
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
            iload 2 /* slot2 */
            daload
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 2 // int slot2
        end local 1 // int slot1
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    1     1  slot1  I
            0    1     2  slot2  I
    MethodParameters:
       Name  Flags
      slot1  
      slot2  

  public void setBottom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int slot
         0: .line 84
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            putfield org.apache.lucene.document.XYPointDistanceComparator.bottom:D
         1: .line 88
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.bottom:D
            ldc 3.4028234663852886E38
            dcmpg
            ifge 7
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.setBottomCounter:I
            sipush 1024
            if_icmplt 2
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.setBottomCounter:I
            bipush 63
            iand
            bipush 63
            if_icmpne 7
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.x:D
            d2f
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.y:D
            d2f
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.bottom:D
            d2f
            invokestatic org.apache.lucene.geo.XYRectangle.fromPointDistance:(FFF)Lorg/apache/lucene/geo/XYRectangle;
            astore 2 /* rectangle */
        start local 2 // org.apache.lucene.geo.XYRectangle rectangle
         3: .line 93
            aload 0 /* this */
            aload 2 /* rectangle */
            getfield org.apache.lucene.geo.XYRectangle.minX:F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.encode:(F)I
            putfield org.apache.lucene.document.XYPointDistanceComparator.minX:I
         4: .line 94
            aload 0 /* this */
            aload 2 /* rectangle */
            getfield org.apache.lucene.geo.XYRectangle.maxX:F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.encode:(F)I
            putfield org.apache.lucene.document.XYPointDistanceComparator.maxX:I
         5: .line 95
            aload 0 /* this */
            aload 2 /* rectangle */
            getfield org.apache.lucene.geo.XYRectangle.minY:F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.encode:(F)I
            putfield org.apache.lucene.document.XYPointDistanceComparator.minY:I
         6: .line 96
            aload 0 /* this */
            aload 2 /* rectangle */
            getfield org.apache.lucene.geo.XYRectangle.maxY:F
            invokestatic org.apache.lucene.geo.XYEncodingUtils.encode:(F)I
            putfield org.apache.lucene.document.XYPointDistanceComparator.maxY:I
        end local 2 // org.apache.lucene.geo.XYRectangle rectangle
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.XYPointDistanceComparator.setBottomCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.XYPointDistanceComparator.setBottomCounter:I
         8: .line 99
            return
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    9     1       slot  I
            3    7     2  rectangle  Lorg/apache/lucene/geo/XYRectangle;
    MethodParameters:
      Name  Flags
      slot  

  public void setTopValue(java.lang.Double);
    descriptor: (Ljava/lang/Double;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // java.lang.Double value
         0: .line 103
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.Double.doubleValue:()D
            putfield org.apache.lucene.document.XYPointDistanceComparator.topValue:D
         1: .line 104
            return
        end local 1 // java.lang.Double value
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    2     1  value  Ljava/lang/Double;
    MethodParameters:
       Name  Flags
      value  

  private void setValues();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
         0: .line 107
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpeq 11
         1: .line 108
            getstatic org.apache.lucene.document.XYPointDistanceComparator.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmplt 2
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc " valuesDocID="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " vs "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            putfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
         3: .line 110
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 1 /* count */
        start local 1 // int count
         4: .line 111
            iload 1 /* count */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
            arraylength
            if_icmple 6
         5: .line 112
            aload 0 /* this */
            iload 1 /* count */
            bipush 8
            invokestatic org.apache.lucene.util.ArrayUtil.oversize:(II)I
            newarray 11
            putfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
         6: .line 114
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 10
         8: .line 115
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.nextValue:()J
            lastore
         9: .line 114
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            iload 1 /* count */
            if_icmplt 8
        end local 2 // int i
        end local 1 // int count
        11: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            4   11     1  count  I
            7   11     2      i  I
    Exceptions:
      throws java.io.IOException

  public int compareBottom(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=19, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int doc
         0: .line 122
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 123
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 125
      StackMap locals:
      StackMap stack:
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpge 4
         3: .line 126
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.bottom:D
            ldc Infinity
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
         4: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.setValues:()V
         5: .line 131
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 2 /* numValues */
        start local 2 // int numValues
         6: .line 133
            iconst_m1
            istore 3 /* cmp */
        start local 3 // int cmp
         7: .line 134
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 25
         9: .line 135
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
            iload 4 /* i */
            laload
            lstore 5 /* encoded */
        start local 5 // long encoded
        10: .line 138
            lload 5 /* encoded */
            bipush 32
            lshr
            l2i
            istore 7 /* xBits */
        start local 7 // int xBits
        11: .line 139
            iload 7 /* xBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.minX:I
            if_icmplt 24
            iload 7 /* xBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.maxX:I
            if_icmple 13
        12: .line 140
            goto 24
        13: .line 142
      StackMap locals: long int
      StackMap stack:
            lload 5 /* encoded */
            ldc -1
            land
            l2i
            istore 8 /* yBits */
        start local 8 // int yBits
        14: .line 143
            iload 8 /* yBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.minY:I
            if_icmplt 24
            iload 8 /* yBits */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.maxY:I
            if_icmple 16
        15: .line 144
            goto 24
        16: .line 148
      StackMap locals: int
      StackMap stack:
            iload 7 /* xBits */
            invokestatic org.apache.lucene.geo.XYEncodingUtils.decode:(I)F
            f2d
            dstore 9 /* docX */
        start local 9 // double docX
        17: .line 149
            iload 8 /* yBits */
            invokestatic org.apache.lucene.geo.XYEncodingUtils.decode:(I)F
            f2d
            dstore 11 /* docY */
        start local 11 // double docY
        18: .line 150
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.x:D
            dload 9 /* docX */
            dsub
            dstore 13 /* diffX */
        start local 13 // double diffX
        19: .line 151
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.y:D
            dload 11 /* docY */
            dsub
            dstore 15 /* diffY */
        start local 15 // double diffY
        20: .line 152
            dload 13 /* diffX */
            dload 13 /* diffX */
            dmul
            dload 15 /* diffY */
            dload 15 /* diffY */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 17 /* distance */
        start local 17 // double distance
        21: .line 153
            iload 3 /* cmp */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.bottom:D
            dload 17 /* distance */
            invokestatic java.lang.Double.compare:(DD)I
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* cmp */
        22: .line 155
            iload 3 /* cmp */
            ifle 24
        23: .line 156
            iload 3 /* cmp */
            ireturn
        end local 17 // double distance
        end local 15 // double diffY
        end local 13 // double diffX
        end local 11 // double docY
        end local 9 // double docX
        end local 8 // int yBits
        end local 7 // int xBits
        end local 5 // long encoded
        24: .line 134
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 4 /* i */
            iload 2 /* numValues */
            if_icmplt 9
        end local 4 // int i
        26: .line 159
            iload 3 /* cmp */
            ireturn
        end local 3 // int cmp
        end local 2 // int numValues
        end local 1 // int doc
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   27     0       this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0   27     1        doc  I
            6   27     2  numValues  I
            7   27     3        cmp  I
            8   26     4          i  I
           10   24     5    encoded  J
           11   24     7      xBits  I
           14   24     8      yBits  I
           17   24     9       docX  D
           18   24    11       docY  D
           19   24    13      diffX  D
           20   24    15      diffY  D
           21   24    17   distance  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public void copy(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int slot
        start local 2 // int doc
         0: .line 164
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
            iload 1 /* slot */
            aload 0 /* this */
            iload 2 /* doc */
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.sortKey:(I)D
            dastore
         1: .line 165
            return
        end local 2 // int doc
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    2     1  slot  I
            0    2     2   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      slot  
      doc   

  public org.apache.lucene.search.LeafFieldComparator getLeafComparator(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/LeafFieldComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 169
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            astore 2 /* reader */
        start local 2 // org.apache.lucene.index.LeafReader reader
         1: .line 170
            aload 2 /* reader */
            invokevirtual org.apache.lucene.index.LeafReader.getFieldInfos:()Lorg/apache/lucene/index/FieldInfos;
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.FieldInfos.fieldInfo:(Ljava/lang/String;)Lorg/apache/lucene/index/FieldInfo;
            astore 3 /* info */
        start local 3 // org.apache.lucene.index.FieldInfo info
         2: .line 171
            aload 3 /* info */
            ifnull 4
         3: .line 172
            aload 3 /* info */
            invokestatic org.apache.lucene.document.XYDocValuesField.checkCompatible:(Lorg/apache/lucene/index/FieldInfo;)V
         4: .line 174
      StackMap locals: org.apache.lucene.index.LeafReader org.apache.lucene.index.FieldInfo
      StackMap stack:
            aload 0 /* this */
            aload 2 /* reader */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.field:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSortedNumeric:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedNumericDocValues;
            putfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
         5: .line 175
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.XYPointDistanceComparator.valuesDocID:I
         6: .line 176
            aload 0 /* this */
            areturn
        end local 3 // org.apache.lucene.index.FieldInfo info
        end local 2 // org.apache.lucene.index.LeafReader reader
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    7     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            1    7     2   reader  Lorg/apache/lucene/index/LeafReader;
            2    7     3     info  Lorg/apache/lucene/index/FieldInfo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public java.lang.Double value(int);
    descriptor: (I)Ljava/lang/Double;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int slot
         0: .line 181
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.values:[D
            iload 1 /* slot */
            daload
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        end local 1 // int slot
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    1     1  slot  I
    MethodParameters:
      Name  Flags
      slot  

  public int compareTop(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int doc
         0: .line 186
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.topValue:D
            aload 0 /* this */
            iload 1 /* doc */
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.sortKey:(I)D
            invokestatic java.lang.Double.compare:(DD)I
            ireturn
        end local 1 // int doc
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0    1     1   doc  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  double sortKey(int);
    descriptor: (I)D
    flags: (0x0000) 
    Code:
      stack=6, locals=18, args_size=2
        start local 0 // org.apache.lucene.document.XYPointDistanceComparator this
        start local 1 // int doc
         0: .line 190
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmple 2
         1: .line 191
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            iload 1 /* doc */
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.advance:(I)I
            pop
         2: .line 193
      StackMap locals:
      StackMap stack:
            ldc Infinity
            dstore 2 /* minValue */
        start local 2 // double minValue
         3: .line 194
            iload 1 /* doc */
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docID:()I
            if_icmpne 17
         4: .line 195
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.setValues:()V
         5: .line 196
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentDocs:Lorg/apache/lucene/index/SortedNumericDocValues;
            invokevirtual org.apache.lucene.index.SortedNumericDocValues.docValueCount:()I
            istore 4 /* numValues */
        start local 4 // int numValues
         6: .line 197
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 16
         8: .line 198
      StackMap locals: double int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.currentValues:[J
            iload 5 /* i */
            laload
            lstore 6 /* encoded */
        start local 6 // long encoded
         9: .line 199
            lload 6 /* encoded */
            bipush 32
            lshr
            l2i
            invokestatic org.apache.lucene.geo.XYEncodingUtils.decode:(I)F
            f2d
            dstore 8 /* docX */
        start local 8 // double docX
        10: .line 200
            lload 6 /* encoded */
            ldc -1
            land
            l2i
            invokestatic org.apache.lucene.geo.XYEncodingUtils.decode:(I)F
            f2d
            dstore 10 /* docY */
        start local 10 // double docY
        11: .line 201
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.x:D
            dload 8 /* docX */
            dsub
            dstore 12 /* diffX */
        start local 12 // double diffX
        12: .line 202
            aload 0 /* this */
            getfield org.apache.lucene.document.XYPointDistanceComparator.y:D
            dload 10 /* docY */
            dsub
            dstore 14 /* diffY */
        start local 14 // double diffY
        13: .line 203
            dload 12 /* diffX */
            dload 12 /* diffX */
            dmul
            dload 14 /* diffY */
            dload 14 /* diffY */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 16 /* distance */
        start local 16 // double distance
        14: .line 204
            dload 2 /* minValue */
            dload 16 /* distance */
            invokestatic java.lang.Math.min:(DD)D
            dstore 2 /* minValue */
        end local 16 // double distance
        end local 14 // double diffY
        end local 12 // double diffX
        end local 10 // double docY
        end local 8 // double docX
        end local 6 // long encoded
        15: .line 197
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            iload 4 /* numValues */
            if_icmplt 8
        end local 5 // int i
        end local 4 // int numValues
        17: .line 207
      StackMap locals:
      StackMap stack:
            dload 2 /* minValue */
            dreturn
        end local 2 // double minValue
        end local 1 // int doc
        end local 0 // org.apache.lucene.document.XYPointDistanceComparator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/apache/lucene/document/XYPointDistanceComparator;
            0   18     1        doc  I
            3   18     2   minValue  D
            6   17     4  numValues  I
            7   17     5          i  I
            9   15     6    encoded  J
           10   15     8       docX  D
           11   15    10       docY  D
           12   15    12      diffX  D
           13   15    14      diffY  D
           14   15    16   distance  D
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   

  public void setTopValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Double
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.setTopValue:(Ljava/lang/Double;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object value(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.apache.lucene.document.XYPointDistanceComparator.value:(I)Ljava/lang/Double;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/lucene/search/FieldComparator<Ljava/lang/Double;>;Lorg/apache/lucene/search/LeafFieldComparator;
SourceFile: "XYPointDistanceComparator.java"