class org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer extends org.apache.lucene.search.Scorer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer
  super_class: org.apache.lucene.search.Scorer
{
  private final int maxDoc;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final long leadCost;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float boost;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private double maxDistance;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

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

  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 253
            ldc Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            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.LatLonPointDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.apache.lucene.document.LatLonPointDistanceFeatureQuery, org.apache.lucene.search.Weight, int, long, float, org.apache.lucene.index.PointValues, org.apache.lucene.index.NumericDocValues);
    descriptor: (Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;Lorg/apache/lucene/search/Weight;IJFLorg/apache/lucene/index/PointValues;Lorg/apache/lucene/index/NumericDocValues;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=8
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
        start local 2 // org.apache.lucene.search.Weight weight
        start local 3 // int maxDoc
        start local 4 // long leadCost
        start local 6 // float boost
        start local 7 // org.apache.lucene.index.PointValues pointValues
        start local 8 // org.apache.lucene.index.NumericDocValues docValues
         0: .line 265
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
         1: .line 266
            aload 0 /* this */
            aload 2 /* weight */
            invokespecial org.apache.lucene.search.Scorer.<init>:(Lorg/apache/lucene/search/Weight;)V
         2: .line 257
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.doc:I
         3: .line 262
            aload 0 /* this */
            ldc 2.0015114352186374E7
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
         4: .line 355
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
         5: .line 267
            aload 0 /* this */
            iload 3 /* maxDoc */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDoc:I
         6: .line 268
            aload 0 /* this */
            lload 4 /* leadCost */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.leadCost:J
         7: .line 269
            aload 0 /* this */
            fload 6 /* boost */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.boost:F
         8: .line 270
            aload 0 /* this */
            aload 7 /* pointValues */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.pointValues:Lorg/apache/lucene/index/PointValues;
         9: .line 271
            aload 0 /* this */
            aload 8 /* docValues */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
        10: .line 274
            aload 0 /* this */
            aload 8 /* docValues */
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
        11: .line 275
            return
        end local 8 // org.apache.lucene.index.NumericDocValues docValues
        end local 7 // org.apache.lucene.index.PointValues pointValues
        end local 6 // float boost
        end local 4 // long leadCost
        end local 3 // int maxDoc
        end local 2 // org.apache.lucene.search.Weight weight
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            0   12     2       weight  Lorg/apache/lucene/search/Weight;
            0   12     3       maxDoc  I
            0   12     4     leadCost  J
            0   12     6        boost  F
            0   12     7  pointValues  Lorg/apache/lucene/index/PointValues;
            0   12     8    docValues  Lorg/apache/lucene/index/NumericDocValues;
    MethodParameters:
             Name  Flags
      this$0       final
      weight       
      maxDoc       
      leadCost     
      boost        
      pointValues  
      docValues    

  public int docID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
         0: .line 279
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;

  private float score(double);
    descriptor: (D)F
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
        start local 1 // double distance
         0: .line 283
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.boost:F
            f2d
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery.pivotDistance:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery.pivotDistance:D
            dload 1 /* distance */
            dadd
            ddiv
            dmul
            d2f
            freturn
        end local 1 // double distance
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            0    1     1  distance  D
    MethodParameters:
          Name  Flags
      distance  

  private double computeMaxDistance(float, double);
    descriptor: (FD)D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
        start local 1 // float minScore
        start local 2 // double previousMaxDistance
         0: .line 292
            getstatic org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            dconst_0
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* previousMaxDistance */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            iflt 3
         2: .line 295
            dload 2 /* previousMaxDistance */
            dreturn
         3: .line 297
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            dload 2 /* previousMaxDistance */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpg
            iflt 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 298
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 4 /* min */
        start local 4 // double min
         5: dload 2 /* previousMaxDistance */
            dstore 6 /* max */
        start local 6 // double max
         6: .line 300
            goto 13
         7: .line 301
      StackMap locals: double double
      StackMap stack:
            dload 4 /* min */
            dload 6 /* max */
            dadd
            ldc 2.0
            ddiv
            dstore 8 /* mid */
        start local 8 // double mid
         8: .line 302
            aload 0 /* this */
            dload 8 /* mid */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fstore 10 /* score */
        start local 10 // float score
         9: .line 303
            fload 10 /* score */
            fload 1 /* minScore */
            fcmpl
            iflt 12
        10: .line 304
            dload 8 /* mid */
            dstore 4 /* min */
        11: .line 305
            goto 13
        12: .line 306
      StackMap locals: double float
      StackMap stack:
            dload 8 /* mid */
            dstore 6 /* max */
        end local 10 // float score
        end local 8 // double mid
        13: .line 300
      StackMap locals:
      StackMap stack:
            dload 6 /* max */
            dload 4 /* min */
            dsub
            dconst_1
            dcmpl
            ifgt 7
        14: .line 309
            getstatic org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 15
            aload 0 /* this */
            dload 4 /* min */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            ifge 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 310
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 16
            dload 4 /* min */
            ldc 1.7976931348623157E308
            dcmpl
            ifeq 16
            aload 0 /* this */
            dload 4 /* min */
            dconst_1
            dadd
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpg
            iflt 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 311
      StackMap locals:
      StackMap stack:
            dload 4 /* min */
            dreturn
        end local 6 // double max
        end local 4 // double min
        end local 2 // double previousMaxDistance
        end local 1 // float minScore
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   17     0                 this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            0   17     1             minScore  F
            0   17     2  previousMaxDistance  D
            5   17     4                  min  D
            6   17     6                  max  D
            8   13     8                  mid  D
            9   13    10                score  F
    MethodParameters:
                     Name  Flags
      minScore             
      previousMaxDistance  

  public float score();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
         0: .line 316
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.docID:()I
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifne 2
         1: .line 317
            fconst_0
            freturn
         2: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery.getDistanceFromEncoded:(J)D
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.score:(D)F
            freturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
    Exceptions:
      throws java.io.IOException

  public org.apache.lucene.search.DocIdSetIterator iterator();
    descriptor: ()Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
         0: .line 326
            new org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1.<init>:(Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;)V
            areturn
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;

  public float getMaxScore(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
        start local 1 // int upTo
         0: .line 352
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.boost:F
            freturn
        end local 1 // int upTo
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            0    1     1  upTo  I
    MethodParameters:
      Name  Flags
      upTo  

  public void setMinCompetitiveScore(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=19, args_size=2
        start local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
        start local 1 // float minScore
         0: .line 360
            fload 1 /* minScore */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.boost:F
            fcmpl
            ifle 3
         1: .line 361
            aload 0 /* this */
            invokestatic org.apache.lucene.search.DocIdSetIterator.empty:()Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
         2: .line 362
            return
         3: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
         4: .line 367
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            sipush 256
            if_icmple 6
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            bipush 31
            iand
            bipush 31
            if_icmpeq 6
         5: .line 368
            return
         6: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
            dstore 2 /* previousMaxDistance */
        start local 2 // double previousMaxDistance
         7: .line 372
            aload 0 /* this */
            aload 0 /* this */
            fload 1 /* minScore */
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.computeMaxDistance:(FD)D
            putfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
         8: .line 373
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
            dload 2 /* previousMaxDistance */
            dcmpl
            ifne 10
         9: .line 375
            return
        10: .line 380
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery.originLat:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery;
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery.originLon:D
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDistance:D
            invokestatic org.apache.lucene.geo.Rectangle.fromPointDistance:(DDD)Lorg/apache/lucene/geo/Rectangle;
            astore 4 /* box */
        start local 4 // org.apache.lucene.geo.Rectangle box
        11: .line 381
            iconst_4
            newarray 8
            astore 5 /* minLat */
        start local 5 // byte[] minLat
        12: .line 382
            iconst_4
            newarray 8
            astore 6 /* maxLat */
        start local 6 // byte[] maxLat
        13: .line 383
            iconst_4
            newarray 8
            astore 7 /* minLon */
        start local 7 // byte[] minLon
        14: .line 384
            iconst_4
            newarray 8
            astore 8 /* maxLon */
        start local 8 // byte[] maxLon
        15: .line 385
            aload 4 /* box */
            invokevirtual org.apache.lucene.geo.Rectangle.crossesDateline:()Z
            istore 9 /* crossDateLine */
        start local 9 // boolean crossDateLine
        16: .line 388
            aload 4 /* box */
            getfield org.apache.lucene.geo.Rectangle.minLat:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
            aload 5 /* minLat */
            iconst_0
            invokestatic org.apache.lucene.util.NumericUtils.intToSortableBytes:(I[BI)V
        17: .line 389
            aload 4 /* box */
            getfield org.apache.lucene.geo.Rectangle.maxLat:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLatitude:(D)I
            aload 6 /* maxLat */
            iconst_0
            invokestatic org.apache.lucene.util.NumericUtils.intToSortableBytes:(I[BI)V
        18: .line 390
            aload 4 /* box */
            getfield org.apache.lucene.geo.Rectangle.minLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            aload 7 /* minLon */
            iconst_0
            invokestatic org.apache.lucene.util.NumericUtils.intToSortableBytes:(I[BI)V
        19: .line 391
            aload 4 /* box */
            getfield org.apache.lucene.geo.Rectangle.maxLon:D
            invokestatic org.apache.lucene.geo.GeoEncodingUtils.encodeLongitude:(D)I
            aload 8 /* maxLon */
            iconst_0
            invokestatic org.apache.lucene.util.NumericUtils.intToSortableBytes:(I[BI)V
        20: .line 393
            new org.apache.lucene.util.DocIdSetBuilder
            dup
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.maxDoc:I
            invokespecial org.apache.lucene.util.DocIdSetBuilder.<init>:(I)V
            astore 10 /* result */
        start local 10 // org.apache.lucene.util.DocIdSetBuilder result
        21: .line 394
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.docID:()I
            istore 11 /* doc */
        start local 11 // int doc
        22: .line 395
            new org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$2
            dup
            aload 0 /* this */
            aload 10 /* result */
            iload 11 /* doc */
            aload 6 /* maxLat */
            aload 5 /* minLat */
            iload 9 /* crossDateLine */
            aload 7 /* minLon */
            aload 8 /* maxLon */
            invokespecial org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$2.<init>:(Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;Lorg/apache/lucene/util/DocIdSetBuilder;I[B[BZ[B[B)V
            astore 12 /* visitor */
        start local 12 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        23: .line 475
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.leadCost:J
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
            invokevirtual org.apache.lucene.search.DocIdSetIterator.cost:()J
            invokestatic java.lang.Math.min:(JJ)J
            lstore 13 /* currentQueryCost */
        start local 13 // long currentQueryCost
        24: .line 476
            lload 13 /* currentQueryCost */
            iconst_3
            lushr
            lstore 15 /* threshold */
        start local 15 // long threshold
        25: .line 477
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.pointValues:Lorg/apache/lucene/index/PointValues;
            aload 12 /* visitor */
            invokevirtual org.apache.lucene.index.PointValues.estimatePointCount:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)J
            lstore 17 /* estimatedNumberOfMatches */
        start local 17 // long estimatedNumberOfMatches
        26: .line 479
            lload 17 /* estimatedNumberOfMatches */
            lload 15 /* threshold */
            lcmp
            iflt 28
        27: .line 481
            return
        28: .line 483
      StackMap locals: org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer float double org.apache.lucene.geo.Rectangle byte[] byte[] byte[] byte[] int org.apache.lucene.util.DocIdSetBuilder int org.apache.lucene.index.PointValues$IntersectVisitor long long long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer.pointValues:Lorg/apache/lucene/index/PointValues;
            aload 12 /* visitor */
            invokevirtual org.apache.lucene.index.PointValues.intersect:(Lorg/apache/lucene/index/PointValues$IntersectVisitor;)V
        29: .line 484
            aload 0 /* this */
            aload 10 /* 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.document.LatLonPointDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
        30: .line 485
            return
        end local 17 // long estimatedNumberOfMatches
        end local 15 // long threshold
        end local 13 // long currentQueryCost
        end local 12 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        end local 11 // int doc
        end local 10 // org.apache.lucene.util.DocIdSetBuilder result
        end local 9 // boolean crossDateLine
        end local 8 // byte[] maxLon
        end local 7 // byte[] minLon
        end local 6 // byte[] maxLat
        end local 5 // byte[] minLat
        end local 4 // org.apache.lucene.geo.Rectangle box
        end local 2 // double previousMaxDistance
        end local 1 // float minScore
        end local 0 // org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   31     0                      this  Lorg/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer;
            0   31     1                  minScore  F
            7   31     2       previousMaxDistance  D
           11   31     4                       box  Lorg/apache/lucene/geo/Rectangle;
           12   31     5                    minLat  [B
           13   31     6                    maxLat  [B
           14   31     7                    minLon  [B
           15   31     8                    maxLon  [B
           16   31     9             crossDateLine  Z
           21   31    10                    result  Lorg/apache/lucene/util/DocIdSetBuilder;
           22   31    11                       doc  I
           23   31    12                   visitor  Lorg/apache/lucene/index/PointValues$IntersectVisitor;
           24   31    13          currentQueryCost  J
           25   31    15                 threshold  J
           26   31    17  estimatedNumberOfMatches  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      minScore  
}
SourceFile: "LatLonPointDistanceFeatureQuery.java"
NestHost: org.apache.lucene.document.LatLonPointDistanceFeatureQuery
InnerClasses:
  private DistanceScorer = org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer of org.apache.lucene.document.LatLonPointDistanceFeatureQuery
  org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$1
  org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$2
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues