class org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer extends org.apache.lucene.search.Scorer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.LongDistanceFeatureQuery$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 long maxDistance;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  final org.apache.lucene.document.LongDistanceFeatureQuery this$0;
    descriptor: Lorg/apache/lucene/document/LongDistanceFeatureQuery;
    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 232
            ldc Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            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.LongDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.apache.lucene.document.LongDistanceFeatureQuery, org.apache.lucene.search.Weight, int, long, float, org.apache.lucene.index.PointValues, org.apache.lucene.index.NumericDocValues);
    descriptor: (Lorg/apache/lucene/document/LongDistanceFeatureQuery;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.LongDistanceFeatureQuery$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 244
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
         1: .line 245
            aload 0 /* this */
            aload 2 /* weight */
            invokespecial org.apache.lucene.search.Scorer.<init>:(Lorg/apache/lucene/search/Weight;)V
         2: .line 236
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.doc:I
         3: .line 241
            aload 0 /* this */
            ldc 9223372036854775807
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
         4: .line 341
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
         5: .line 246
            aload 0 /* this */
            iload 3 /* maxDoc */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDoc:I
         6: .line 247
            aload 0 /* this */
            lload 4 /* leadCost */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.leadCost:J
         7: .line 248
            aload 0 /* this */
            fload 6 /* boost */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.boost:F
         8: .line 249
            aload 0 /* this */
            aload 7 /* pointValues */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.pointValues:Lorg/apache/lucene/index/PointValues;
         9: .line 250
            aload 0 /* this */
            aload 8 /* docValues */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
        10: .line 253
            aload 0 /* this */
            aload 8 /* docValues */
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
        11: .line 254
            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.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$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.LongDistanceFeatureQuery$DistanceScorer this
         0: .line 258
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$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.LongDistanceFeatureQuery$DistanceScorer this
        start local 1 // double distance
         0: .line 262
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.boost:F
            f2d
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.pivotDistance:J
            l2d
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.pivotDistance:J
            l2d
            dload 1 /* distance */
            dadd
            ddiv
            dmul
            d2f
            freturn
        end local 1 // double distance
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;
            0    1     1  distance  D
    MethodParameters:
          Name  Flags
      distance  

  private long computeMaxDistance(float, long);
    descriptor: (FJ)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=3
        start local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
        start local 1 // float minScore
        start local 2 // long previousMaxDistance
         0: .line 270
            getstatic org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            dconst_0
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* previousMaxDistance */
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            iflt 3
         2: .line 273
            lload 2 /* previousMaxDistance */
            lreturn
         3: .line 275
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            lload 2 /* previousMaxDistance */
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpg
            iflt 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 276
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 4 /* min */
        start local 4 // long min
         5: lload 2 /* previousMaxDistance */
            lstore 6 /* max */
        start local 6 // long max
         6: .line 278
            goto 13
         7: .line 279
      StackMap locals: long long
      StackMap stack:
            lload 4 /* min */
            lload 6 /* max */
            ladd
            iconst_1
            lushr
            lstore 8 /* mid */
        start local 8 // long mid
         8: .line 280
            aload 0 /* this */
            lload 8 /* mid */
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fstore 10 /* score */
        start local 10 // float score
         9: .line 281
            fload 10 /* score */
            fload 1 /* minScore */
            fcmpl
            iflt 12
        10: .line 282
            lload 8 /* mid */
            lstore 4 /* min */
        11: .line 283
            goto 13
        12: .line 284
      StackMap locals: long float
      StackMap stack:
            lload 8 /* mid */
            lstore 6 /* max */
        end local 10 // float score
        end local 8 // long mid
        13: .line 278
      StackMap locals:
      StackMap stack:
            lload 6 /* max */
            lload 4 /* min */
            lsub
            lconst_1
            lcmp
            ifgt 7
        14: .line 287
            getstatic org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 15
            aload 0 /* this */
            lload 4 /* min */
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpl
            ifge 15
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        15: .line 288
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.$assertionsDisabled:Z
            ifne 16
            lload 4 /* min */
            ldc 9223372036854775807
            lcmp
            ifeq 16
            aload 0 /* this */
            lload 4 /* min */
            lconst_1
            ladd
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            fload 1 /* minScore */
            fcmpg
            iflt 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 289
      StackMap locals:
      StackMap stack:
            lload 4 /* min */
            lreturn
        end local 6 // long max
        end local 4 // long min
        end local 2 // long previousMaxDistance
        end local 1 // float minScore
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   17     0                 this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;
            0   17     1             minScore  F
            0   17     2  previousMaxDistance  J
            5   17     4                  min  J
            6   17     6                  max  J
            8   13     8                  mid  J
            9   13    10                score  F
    MethodParameters:
                     Name  Flags
      minScore             
      previousMaxDistance  

  public float score();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
         0: .line 294
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.docID:()I
            invokevirtual org.apache.lucene.index.NumericDocValues.advanceExact:(I)Z
            ifne 2
         1: .line 295
            fconst_0
            freturn
         2: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.docValues:Lorg/apache/lucene/index/NumericDocValues;
            invokevirtual org.apache.lucene.index.NumericDocValues.longValue:()J
            lstore 1 /* v */
        start local 1 // long v
         3: .line 299
            lload 1 /* v */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            invokestatic java.lang.Math.max:(JJ)J
            lload 1 /* v */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            invokestatic java.lang.Math.min:(JJ)J
            lsub
            lstore 3 /* distance */
        start local 3 // long distance
         4: .line 300
            lload 3 /* distance */
            lconst_0
            lcmp
            ifge 6
         5: .line 303
            ldc 9223372036854775807
            lstore 3 /* distance */
         6: .line 305
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            lload 3 /* distance */
            l2d
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.score:(D)F
            freturn
        end local 3 // long distance
        end local 1 // long v
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;
            3    7     1         v  J
            4    7     3  distance  J
    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.LongDistanceFeatureQuery$DistanceScorer this
         0: .line 312
            new org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$1
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$1.<init>:(Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;)V
            areturn
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$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.LongDistanceFeatureQuery$DistanceScorer this
        start local 1 // int upTo
         0: .line 338
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.boost:F
            freturn
        end local 1 // int upTo
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;
            0    1     1  upTo  I
    MethodParameters:
      Name  Flags
      upTo  

  public void setMinCompetitiveScore(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=19, args_size=2
        start local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
        start local 1 // float minScore
         0: .line 345
            fload 1 /* minScore */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.boost:F
            fcmpl
            ifle 3
         1: .line 346
            aload 0 /* this */
            invokestatic org.apache.lucene.search.DocIdSetIterator.empty:()Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
         2: .line 347
            return
         3: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            iconst_1
            iadd
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
         4: .line 352
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            sipush 256
            if_icmple 6
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.setMinCompetitiveScoreCounter:I
            bipush 31
            iand
            bipush 31
            if_icmpeq 6
         5: .line 353
            return
         6: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
            lstore 2 /* previousMaxDistance */
        start local 2 // long previousMaxDistance
         7: .line 357
            aload 0 /* this */
            aload 0 /* this */
            fload 1 /* minScore */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.computeMaxDistance:(FJ)J
            putfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
         8: .line 358
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
            lload 2 /* previousMaxDistance */
            lcmp
            ifne 10
         9: .line 360
            return
        10: .line 362
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
            lsub
            lstore 4 /* minValue */
        start local 4 // long minValue
        11: .line 363
            lload 4 /* minValue */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            lcmp
            ifle 13
        12: .line 365
            ldc -9223372036854775808
            lstore 4 /* minValue */
        13: .line 367
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.maxDistance:J
            ladd
            lstore 6 /* maxValue */
        start local 6 // long maxValue
        14: .line 368
            lload 6 /* maxValue */
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.this$0:Lorg/apache/lucene/document/LongDistanceFeatureQuery;
            getfield org.apache.lucene.document.LongDistanceFeatureQuery.origin:J
            lcmp
            ifge 16
        15: .line 370
            ldc 9223372036854775807
            lstore 6 /* maxValue */
        16: .line 373
      StackMap locals: long
      StackMap stack:
            bipush 8
            newarray 8
            astore 8 /* minValueAsBytes */
        start local 8 // byte[] minValueAsBytes
        17: .line 374
            lload 4 /* minValue */
            aload 8 /* minValueAsBytes */
            iconst_0
            invokestatic org.apache.lucene.document.LongPoint.encodeDimension:(J[BI)V
        18: .line 375
            bipush 8
            newarray 8
            astore 9 /* maxValueAsBytes */
        start local 9 // byte[] maxValueAsBytes
        19: .line 376
            lload 6 /* maxValue */
            aload 9 /* maxValueAsBytes */
            iconst_0
            invokestatic org.apache.lucene.document.LongPoint.encodeDimension:(J[BI)V
        20: .line 378
            new org.apache.lucene.util.DocIdSetBuilder
            dup
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$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 379
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.docID:()I
            istore 11 /* doc */
        start local 11 // int doc
        22: .line 380
            new org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$2
            dup
            aload 0 /* this */
            aload 10 /* result */
            iload 11 /* doc */
            aload 8 /* minValueAsBytes */
            aload 9 /* maxValueAsBytes */
            invokespecial org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$2.<init>:(Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;Lorg/apache/lucene/util/DocIdSetBuilder;I[B[B)V
            astore 12 /* visitor */
        start local 12 // org.apache.lucene.index.PointValues$IntersectVisitor visitor
        23: .line 433
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer.leadCost:J
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$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 434
            lload 13 /* currentQueryCost */
            iconst_3
            lushr
            lstore 15 /* threshold */
        start local 15 // long threshold
        25: .line 435
            aload 0 /* this */
            getfield org.apache.lucene.document.LongDistanceFeatureQuery$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 437
            lload 17 /* estimatedNumberOfMatches */
            lload 15 /* threshold */
            lcmp
            iflt 28
        27: .line 439
            return
        28: .line 441
      StackMap locals: org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer float long long long byte[] byte[] 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.LongDistanceFeatureQuery$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 442
            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.LongDistanceFeatureQuery$DistanceScorer.it:Lorg/apache/lucene/search/DocIdSetIterator;
        30: .line 443
            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 // byte[] maxValueAsBytes
        end local 8 // byte[] minValueAsBytes
        end local 6 // long maxValue
        end local 4 // long minValue
        end local 2 // long previousMaxDistance
        end local 1 // float minScore
        end local 0 // org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   31     0                      this  Lorg/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer;
            0   31     1                  minScore  F
            7   31     2       previousMaxDistance  J
           11   31     4                  minValue  J
           14   31     6                  maxValue  J
           17   31     8           minValueAsBytes  [B
           19   31     9           maxValueAsBytes  [B
           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: "LongDistanceFeatureQuery.java"
NestHost: org.apache.lucene.document.LongDistanceFeatureQuery
InnerClasses:
  private DistanceScorer = org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer of org.apache.lucene.document.LongDistanceFeatureQuery
  org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$1
  org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$2
  public abstract IntersectVisitor = org.apache.lucene.index.PointValues$IntersectVisitor of org.apache.lucene.index.PointValues