final class org.apache.lucene.search.WANDScorer extends org.apache.lucene.search.Scorer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.search.WANDScorer
  super_class: org.apache.lucene.search.Scorer
{
  private final int scalingFactor;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  org.apache.lucene.search.DisiWrapper lead;
    descriptor: Lorg/apache/lucene/search/DisiWrapper;
    flags: (0x0000) 

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

  long leadMaxScore;
    descriptor: J
    flags: (0x0000) 

  final org.apache.lucene.search.DisiPriorityQueue head;
    descriptor: Lorg/apache/lucene/search/DisiPriorityQueue;
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.search.DisiWrapper[] tail;
    descriptor: [Lorg/apache/lucene/search/DisiWrapper;
    flags: (0x0010) ACC_FINAL

  long tailMaxScore;
    descriptor: J
    flags: (0x0000) 

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

  final long cost;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final org.apache.lucene.search.MaxScoreSumPropagator maxScorePropagator;
    descriptor: Lorg/apache/lucene/search/MaxScoreSumPropagator;
    flags: (0x0010) ACC_FINAL

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

  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 45
            ldc Lorg/apache/lucene/search/WANDScorer;
            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.search.WANDScorer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int scalingFactor(float);
    descriptor: (F)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // float f
         0: .line 54
            fload 0 /* f */
            fconst_0
            fcmpg
            ifge 2
         1: .line 55
            new java.lang.IllegalArgumentException
            dup
            ldc "Scores must be positive or null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 56
      StackMap locals:
      StackMap stack:
            fload 0 /* f */
            fconst_0
            fcmpl
            ifne 4
         3: .line 57
            ldc 1.4E-45
            invokestatic org.apache.lucene.search.WANDScorer.scalingFactor:(F)I
            iconst_1
            isub
            ireturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            fload 0 /* f */
            invokestatic java.lang.Float.isInfinite:(F)Z
            ifeq 6
         5: .line 59
            ldc 3.4028235E38
            invokestatic org.apache.lucene.search.WANDScorer.scalingFactor:(F)I
            iconst_1
            iadd
            ireturn
         6: .line 61
      StackMap locals:
      StackMap stack:
            fload 0 /* f */
            f2d
            dstore 1 /* d */
        start local 1 // double d
         7: .line 64
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 8
            dload 1 /* d */
            dconst_0
            dcmpl
            ifeq 8
            dload 1 /* d */
            invokestatic java.lang.Math.getExponent:(D)I
            sipush -1022
            if_icmpge 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 65
      StackMap locals: double
      StackMap stack:
            bipush 15
            dload 1 /* d */
            invokestatic java.lang.Math.nextDown:(D)D
            invokestatic java.lang.Math.getExponent:(D)I
            isub
            ireturn
        end local 1 // double d
        end local 0 // float f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     f  F
            7    9     1     d  D
    MethodParameters:
      Name  Flags
      f     

  private static long scaleMaxScore(float, int);
    descriptor: (FI)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // float maxScore
        start local 1 // int scalingFactor
         0: .line 76
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 1
            fload 0 /* maxScore */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 77
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 2
            fload 0 /* maxScore */
            fconst_0
            fcmpl
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 81
      StackMap locals:
      StackMap stack:
            fload 0 /* maxScore */
            f2d
            iload 1 /* scalingFactor */
            invokestatic java.lang.Math.scalb:(DI)D
            dstore 2 /* scaled */
        start local 2 // double scaled
         3: .line 83
            dload 2 /* scaled */
            ldc 65536.0
            dcmpl
            ifle 5
         4: .line 88
            ldc 4294967295
            lreturn
         5: .line 91
      StackMap locals: double
      StackMap stack:
            dload 2 /* scaled */
            invokestatic java.lang.Math.ceil:(D)D
            d2l
            lreturn
        end local 2 // double scaled
        end local 1 // int scalingFactor
        end local 0 // float maxScore
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0       maxScore  F
            0    6     1  scalingFactor  I
            3    6     2         scaled  D
    MethodParameters:
               Name  Flags
      maxScore       
      scalingFactor  

  private static long scaleMinScore(float, int);
    descriptor: (FI)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // float minScore
        start local 1 // int scalingFactor
         0: .line 99
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 1
            fload 0 /* minScore */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 100
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 2
            fload 0 /* minScore */
            fconst_0
            fcmpl
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 103
      StackMap locals:
      StackMap stack:
            fload 0 /* minScore */
            f2d
            iload 1 /* scalingFactor */
            invokestatic java.lang.Math.scalb:(DI)D
            dstore 2 /* scaled */
        start local 2 // double scaled
         3: .line 104
            dload 2 /* scaled */
            invokestatic java.lang.Math.floor:(D)D
            d2l
            lreturn
        end local 2 // double scaled
        end local 1 // int scalingFactor
        end local 0 // float minScore
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0       minScore  F
            0    4     1  scalingFactor  I
            3    4     2         scaled  D
    MethodParameters:
               Name  Flags
      minScore       
      scalingFactor  

  void <init>(org.apache.lucene.search.Weight, java.util.Collection<org.apache.lucene.search.Scorer>);
    descriptor: (Lorg/apache/lucene/search/Weight;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // org.apache.lucene.search.Weight weight
        start local 2 // java.util.Collection scorers
         0: .line 134
            aload 0 /* this */
            aload 1 /* weight */
            invokespecial org.apache.lucene.search.Scorer.<init>:(Lorg/apache/lucene/search/Weight;)V
         1: .line 109
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
         2: .line 136
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
         3: .line 137
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.search.WANDScorer.doc:I
         4: .line 138
            aload 0 /* this */
            iconst_m1
            putfield org.apache.lucene.search.WANDScorer.upTo:I
         5: .line 140
            aload 0 /* this */
            new org.apache.lucene.search.DisiPriorityQueue
            dup
            aload 2 /* scorers */
            invokeinterface java.util.Collection.size:()I
            invokespecial org.apache.lucene.search.DisiPriorityQueue.<init>:(I)V
            putfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
         6: .line 142
            aload 0 /* this */
            aload 2 /* scorers */
            invokeinterface java.util.Collection.size:()I
            anewarray org.apache.lucene.search.DisiWrapper
            putfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
         7: .line 144
            invokestatic java.util.OptionalInt.empty:()Ljava/util/OptionalInt;
            astore 3 /* scalingFactor */
        start local 3 // java.util.OptionalInt scalingFactor
         8: .line 145
            aload 2 /* scorers */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 14
      StackMap locals: org.apache.lucene.search.WANDScorer org.apache.lucene.search.Weight java.util.Collection java.util.OptionalInt top java.util.Iterator
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer
            astore 4 /* scorer */
        start local 4 // org.apache.lucene.search.Scorer scorer
        10: .line 146
            aload 4 /* scorer */
            iconst_0
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            pop
        11: .line 147
            aload 4 /* scorer */
            ldc 2147483647
            invokevirtual org.apache.lucene.search.Scorer.getMaxScore:(I)F
            fstore 6 /* maxScore */
        start local 6 // float maxScore
        12: .line 148
            fload 6 /* maxScore */
            fconst_0
            fcmpl
            ifeq 14
            fload 6 /* maxScore */
            invokestatic java.lang.Float.isFinite:(F)Z
            ifeq 14
        13: .line 150
            aload 3 /* scalingFactor */
            ldc 2147483647
            invokevirtual java.util.OptionalInt.orElse:(I)I
            fload 6 /* maxScore */
            invokestatic org.apache.lucene.search.WANDScorer.scalingFactor:(F)I
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.util.OptionalInt.of:(I)Ljava/util/OptionalInt;
            astore 3 /* scalingFactor */
        end local 6 // float maxScore
        end local 4 // org.apache.lucene.search.Scorer scorer
        14: .line 145
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        15: .line 154
            aload 0 /* this */
            aload 3 /* scalingFactor */
            iconst_0
            invokevirtual java.util.OptionalInt.orElse:(I)I
            putfield org.apache.lucene.search.WANDScorer.scalingFactor:I
        16: .line 156
            lconst_0
            lstore 4 /* cost */
        start local 4 // long cost
        17: .line 157
            aload 2 /* scorers */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 7
            goto 22
      StackMap locals: org.apache.lucene.search.WANDScorer org.apache.lucene.search.Weight java.util.Collection java.util.OptionalInt long top java.util.Iterator
      StackMap stack:
        18: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer
            astore 6 /* scorer */
        start local 6 // org.apache.lucene.search.Scorer scorer
        19: .line 158
            new org.apache.lucene.search.DisiWrapper
            dup
            aload 6 /* scorer */
            invokespecial org.apache.lucene.search.DisiWrapper.<init>:(Lorg/apache/lucene/search/Scorer;)V
            astore 8 /* w */
        start local 8 // org.apache.lucene.search.DisiWrapper w
        20: .line 159
            lload 4 /* cost */
            aload 8 /* w */
            getfield org.apache.lucene.search.DisiWrapper.cost:J
            ladd
            lstore 4 /* cost */
        21: .line 160
            aload 0 /* this */
            aload 8 /* w */
            invokevirtual org.apache.lucene.search.WANDScorer.addLead:(Lorg/apache/lucene/search/DisiWrapper;)V
        end local 8 // org.apache.lucene.search.DisiWrapper w
        end local 6 // org.apache.lucene.search.Scorer scorer
        22: .line 157
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        23: .line 162
            aload 0 /* this */
            lload 4 /* cost */
            putfield org.apache.lucene.search.WANDScorer.cost:J
        24: .line 163
            aload 0 /* this */
            new org.apache.lucene.search.MaxScoreSumPropagator
            dup
            aload 2 /* scorers */
            invokespecial org.apache.lucene.search.MaxScoreSumPropagator.<init>:(Ljava/util/Collection;)V
            putfield org.apache.lucene.search.WANDScorer.maxScorePropagator:Lorg/apache/lucene/search/MaxScoreSumPropagator;
        25: .line 164
            return
        end local 4 // long cost
        end local 3 // java.util.OptionalInt scalingFactor
        end local 2 // java.util.Collection scorers
        end local 1 // org.apache.lucene.search.Weight weight
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0           this  Lorg/apache/lucene/search/WANDScorer;
            0   26     1         weight  Lorg/apache/lucene/search/Weight;
            0   26     2        scorers  Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;
            8   26     3  scalingFactor  Ljava/util/OptionalInt;
           10   14     4         scorer  Lorg/apache/lucene/search/Scorer;
           12   14     6       maxScore  F
           17   26     4           cost  J
           19   22     6         scorer  Lorg/apache/lucene/search/Scorer;
           20   22     8              w  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/search/Weight;Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;)V
    MethodParameters:
         Name  Flags
      weight   
      scorers  

  private boolean ensureConsistent();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 169
            lconst_0
            lstore 1 /* maxScoreSum */
        start local 1 // long maxScoreSum
         1: .line 170
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 171
      StackMap locals: long int
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iload 3 /* i */
            aaload
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            if_icmplt 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 172
      StackMap locals:
      StackMap stack:
            lload 1 /* maxScoreSum */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iload 3 /* i */
            aaload
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            invokestatic java.lang.Math.addExact:(JJ)J
            lstore 1 /* maxScoreSum */
         5: .line 170
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            if_icmplt 3
        end local 3 // int i
         7: .line 174
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 8
            lload 1 /* maxScoreSum */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            lcmp
            ifeq 8
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            lload 1 /* maxScoreSum */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         8: .line 176
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 1 /* maxScoreSum */
         9: .line 177
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* w */
        start local 3 // org.apache.lucene.search.DisiWrapper w
        10: goto 14
        11: .line 178
      StackMap locals: org.apache.lucene.search.DisiWrapper
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 12
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            if_icmpeq 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 179
      StackMap locals:
      StackMap stack:
            lload 1 /* maxScoreSum */
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            invokestatic java.lang.Math.addExact:(JJ)J
            lstore 1 /* maxScoreSum */
        13: .line 177
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* w */
      StackMap locals:
      StackMap stack:
        14: aload 3 /* w */
            ifnonnull 11
        end local 3 // org.apache.lucene.search.DisiWrapper w
        15: .line 181
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 16
            lload 1 /* maxScoreSum */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            lcmp
            ifeq 16
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            lload 1 /* maxScoreSum */
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        16: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.iterator:()Ljava/util/Iterator;
            astore 4
            goto 19
      StackMap locals: org.apache.lucene.search.WANDScorer long top java.util.Iterator
      StackMap stack:
        17: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.DisiWrapper
            astore 3 /* w */
        start local 3 // org.apache.lucene.search.DisiWrapper w
        18: .line 184
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 19
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            if_icmpgt 19
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 3 // org.apache.lucene.search.DisiWrapper w
        19: .line 183
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        20: .line 187
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 21
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lconst_0
            lcmp
            ifeq 21
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            iflt 21
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        21: .line 188
      StackMap locals: org.apache.lucene.search.WANDScorer long
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 22
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            if_icmple 22
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        22: .line 190
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // long maxScoreSum
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   23     0         this  Lorg/apache/lucene/search/WANDScorer;
            1   23     1  maxScoreSum  J
            2    7     3            i  I
           10   15     3            w  Lorg/apache/lucene/search/DisiWrapper;
           18   19     3            w  Lorg/apache/lucene/search/DisiWrapper;

  public void setMinCompetitiveScore(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // float minScore
         0: .line 197
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 1
            fload 1 /* minScore */
            fconst_0
            fcmpl
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 198
      StackMap locals:
      StackMap stack:
            fload 1 /* minScore */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.scalingFactor:I
            invokestatic org.apache.lucene.search.WANDScorer.scaleMinScore:(FI)J
            lstore 2 /* scaledMinScore */
        start local 2 // long scaledMinScore
         2: .line 199
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 3
            lload 2 /* scaledMinScore */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            ifge 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 200
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 2 /* scaledMinScore */
            putfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
         4: .line 201
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.maxScorePropagator:Lorg/apache/lucene/search/MaxScoreSumPropagator;
            fload 1 /* minScore */
            invokevirtual org.apache.lucene.search.MaxScoreSumPropagator.setMinCompetitiveScore:(F)V
         5: .line 202
            return
        end local 2 // long scaledMinScore
        end local 1 // float minScore
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/apache/lucene/search/WANDScorer;
            0    6     1        minScore  F
            2    6     2  scaledMinScore  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      minScore  

  public final java.util.Collection<org.apache.lucene.search.Scorable$ChildScorable> getChildren();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 206
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* matchingChildren */
        start local 1 // java.util.List matchingChildren
         1: .line 207
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.advanceAllTail:()V
         2: .line 208
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* s */
        start local 2 // org.apache.lucene.search.DisiWrapper s
         3: goto 6
         4: .line 209
      StackMap locals: java.util.List org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 1 /* matchingChildren */
            new org.apache.lucene.search.Scorable$ChildScorable
            dup
            aload 2 /* s */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            ldc "SHOULD"
            invokespecial org.apache.lucene.search.Scorable$ChildScorable.<init>:(Lorg/apache/lucene/search/Scorable;Ljava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 208
            aload 2 /* s */
            getfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* s */
      StackMap locals:
      StackMap stack:
         6: aload 2 /* s */
            ifnonnull 4
        end local 2 // org.apache.lucene.search.DisiWrapper s
         7: .line 211
            aload 1 /* matchingChildren */
            areturn
        end local 1 // java.util.List matchingChildren
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/apache/lucene/search/WANDScorer;
            1    8     1  matchingChildren  Ljava/util/List<Lorg/apache/lucene/search/Scorable$ChildScorable;>;
            3    7     2                 s  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/search/Scorable$ChildScorable;>;

  public org.apache.lucene.search.DocIdSetIterator iterator();
    descriptor: ()Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 216
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.twoPhaseIterator:()Lorg/apache/lucene/search/TwoPhaseIterator;
            invokestatic org.apache.lucene.search.TwoPhaseIterator.asDocIdSetIterator:(Lorg/apache/lucene/search/TwoPhaseIterator;)Lorg/apache/lucene/search/DocIdSetIterator;
            areturn
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer;

  public org.apache.lucene.search.TwoPhaseIterator twoPhaseIterator();
    descriptor: ()Lorg/apache/lucene/search/TwoPhaseIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 221
            new org.apache.lucene.search.WANDScorer$1
            dup
            aload 0 /* this */
            invokespecial org.apache.lucene.search.WANDScorer$1.<init>:(Lorg/apache/lucene/search/WANDScorer;)V
            astore 1 /* approximation */
        start local 1 // org.apache.lucene.search.DocIdSetIterator approximation
         1: .line 261
            new org.apache.lucene.search.WANDScorer$2
            dup
            aload 0 /* this */
            aload 1 /* approximation */
            invokespecial org.apache.lucene.search.WANDScorer$2.<init>:(Lorg/apache/lucene/search/WANDScorer;Lorg/apache/lucene/search/DocIdSetIterator;)V
            areturn
        end local 1 // org.apache.lucene.search.DocIdSetIterator approximation
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/apache/lucene/search/WANDScorer;
            1    2     1  approximation  Lorg/apache/lucene/search/DocIdSetIterator;

  private void addLead(org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // org.apache.lucene.search.DisiWrapper lead
         0: .line 288
            aload 1 /* lead */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            putfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
         1: .line 289
            aload 0 /* this */
            aload 1 /* lead */
            putfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
         2: .line 290
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            aload 1 /* lead */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            ladd
            putfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
         3: .line 291
            return
        end local 1 // org.apache.lucene.search.DisiWrapper lead
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/search/WANDScorer;
            0    4     1  lead  Lorg/apache/lucene/search/DisiWrapper;
    MethodParameters:
      Name  Flags
      lead  

  private void pushBackLeads(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 295
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* s */
        start local 2 // org.apache.lucene.search.DisiWrapper s
         1: goto 7
         2: .line 296
      StackMap locals: org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 0 /* this */
            aload 2 /* s */
            invokevirtual org.apache.lucene.search.WANDScorer.insertTailWithOverFlow:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* evicted */
        start local 3 // org.apache.lucene.search.DisiWrapper evicted
         3: .line 297
            aload 3 /* evicted */
            ifnull 6
         4: .line 298
            aload 3 /* evicted */
            aload 3 /* evicted */
            getfield org.apache.lucene.search.DisiWrapper.iterator:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            putfield org.apache.lucene.search.DisiWrapper.doc:I
         5: .line 299
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            aload 3 /* evicted */
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.add:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            pop
        end local 3 // org.apache.lucene.search.DisiWrapper evicted
         6: .line 295
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            getfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* s */
      StackMap locals:
      StackMap stack:
         7: aload 2 /* s */
            ifnonnull 2
        end local 2 // org.apache.lucene.search.DisiWrapper s
         8: .line 302
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
         9: .line 303
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
        10: .line 304
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/apache/lucene/search/WANDScorer;
            0   11     1   target  I
            1    8     2        s  Lorg/apache/lucene/search/DisiWrapper;
            3    6     3  evicted  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  private void advanceHead(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 308
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* headTop */
        start local 2 // org.apache.lucene.search.DisiWrapper headTop
         1: .line 309
            goto 9
         2: .line 310
      StackMap locals: org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 0 /* this */
            aload 2 /* headTop */
            invokevirtual org.apache.lucene.search.WANDScorer.insertTailWithOverFlow:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* evicted */
        start local 3 // org.apache.lucene.search.DisiWrapper evicted
         3: .line 311
            aload 3 /* evicted */
            ifnull 7
         4: .line 312
            aload 3 /* evicted */
            aload 3 /* evicted */
            getfield org.apache.lucene.search.DisiWrapper.iterator:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            putfield org.apache.lucene.search.DisiWrapper.doc:I
         5: .line 313
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            aload 3 /* evicted */
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.updateTop:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* headTop */
         6: .line 314
            goto 9
         7: .line 315
      StackMap locals: org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.pop:()Lorg/apache/lucene/search/DisiWrapper;
            pop
         8: .line 316
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* headTop */
        end local 3 // org.apache.lucene.search.DisiWrapper evicted
         9: .line 309
      StackMap locals:
      StackMap stack:
            aload 2 /* headTop */
            ifnull 10
            aload 2 /* headTop */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            iload 1 /* target */
            if_icmplt 2
        10: .line 319
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.lucene.search.DisiWrapper headTop
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/apache/lucene/search/WANDScorer;
            0   11     1   target  I
            1   11     2  headTop  Lorg/apache/lucene/search/DisiWrapper;
            3    9     3  evicted  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  private void advanceTail(org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // org.apache.lucene.search.DisiWrapper disi
         0: .line 322
            aload 1 /* disi */
            aload 1 /* disi */
            getfield org.apache.lucene.search.DisiWrapper.iterator:Lorg/apache/lucene/search/DocIdSetIterator;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            putfield org.apache.lucene.search.DisiWrapper.doc:I
         1: .line 323
            aload 1 /* disi */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            if_icmpne 4
         2: .line 324
            aload 0 /* this */
            aload 1 /* disi */
            invokevirtual org.apache.lucene.search.WANDScorer.addLead:(Lorg/apache/lucene/search/DisiWrapper;)V
         3: .line 325
            goto 5
         4: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            aload 1 /* disi */
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.add:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            pop
         5: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.lucene.search.DisiWrapper disi
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/search/WANDScorer;
            0    6     1  disi  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      disi  

  private void advanceTail();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 334
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.popTail:()Lorg/apache/lucene/search/DisiWrapper;
            astore 1 /* top */
        start local 1 // org.apache.lucene.search.DisiWrapper top
         1: .line 335
            aload 0 /* this */
            aload 1 /* top */
            invokevirtual org.apache.lucene.search.WANDScorer.advanceTail:(Lorg/apache/lucene/search/DisiWrapper;)V
         2: .line 336
            return
        end local 1 // org.apache.lucene.search.DisiWrapper top
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/lucene/search/WANDScorer;
            1    3     1   top  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException

  private void updateMaxScores(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 339
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.size:()I
            ifne 3
         1: .line 342
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iconst_0
            aaload
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            putfield org.apache.lucene.search.WANDScorer.upTo:I
         2: .line 343
            goto 11
         3: .line 350
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            istore 2 /* newUpTo */
        start local 2 // int newUpTo
         4: .line 351
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: org.apache.lucene.search.WANDScorer int int top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.DisiWrapper
            astore 3 /* w */
        start local 3 // org.apache.lucene.search.DisiWrapper w
         6: .line 352
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            iload 2 /* newUpTo */
            if_icmpgt 9
         7: .line 353
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            iload 2 /* newUpTo */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* newUpTo */
         8: .line 354
            aload 3 /* w */
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            iload 2 /* newUpTo */
            invokevirtual org.apache.lucene.search.Scorer.getMaxScore:(I)F
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.scalingFactor:I
            invokestatic org.apache.lucene.search.WANDScorer.scaleMaxScore:(FI)J
            putfield org.apache.lucene.search.DisiWrapper.maxScore:J
        end local 3 // org.apache.lucene.search.DisiWrapper w
         9: .line 351
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 357
            aload 0 /* this */
            iload 2 /* newUpTo */
            putfield org.apache.lucene.search.WANDScorer.upTo:I
        end local 2 // int newUpTo
        11: .line 360
      StackMap locals: org.apache.lucene.search.WANDScorer int
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
        12: .line 361
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 20
        14: .line 362
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iload 2 /* i */
            aaload
            astore 3 /* w */
        start local 3 // org.apache.lucene.search.DisiWrapper w
        15: .line 363
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            pop
        16: .line 364
            aload 3 /* w */
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            invokevirtual org.apache.lucene.search.Scorer.getMaxScore:(I)F
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.scalingFactor:I
            invokestatic org.apache.lucene.search.WANDScorer.scaleMaxScore:(FI)J
            putfield org.apache.lucene.search.DisiWrapper.maxScore:J
        17: .line 365
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iload 2 /* i */
            invokestatic org.apache.lucene.search.WANDScorer.upHeapMaxScore:([Lorg/apache/lucene/search/DisiWrapper;I)V
        18: .line 366
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 3 /* w */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            ladd
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
        end local 3 // org.apache.lucene.search.DisiWrapper w
        19: .line 361
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            if_icmplt 14
        end local 2 // int i
        21: .line 371
            goto 25
        22: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.popTail:()Lorg/apache/lucene/search/DisiWrapper;
            astore 2 /* w */
        start local 2 // org.apache.lucene.search.DisiWrapper w
        23: .line 373
            aload 2 /* w */
            aload 2 /* w */
            getfield org.apache.lucene.search.DisiWrapper.iterator:Lorg/apache/lucene/search/DocIdSetIterator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DocIdSetIterator.advance:(I)I
            putfield org.apache.lucene.search.DisiWrapper.doc:I
        24: .line 374
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            aload 2 /* w */
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.add:(Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
            pop
        end local 2 // org.apache.lucene.search.DisiWrapper w
        25: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            ifle 26
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            ifge 22
        26: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lorg/apache/lucene/search/WANDScorer;
            0   27     1   target  I
            4   11     2  newUpTo  I
            6    9     3        w  Lorg/apache/lucene/search/DisiWrapper;
           13   21     2        i  I
           15   19     3        w  Lorg/apache/lucene/search/DisiWrapper;
           23   25     2        w  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  private void updateMaxScoresIfNecessary(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 384
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 9
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            ifnull 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.size:()I
            ifne 5
         2: .line 391
            iload 1 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
            istore 1 /* target */
         3: .line 392
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.updateMaxScores:(I)V
         4: .line 393
            goto 9
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            if_icmple 10
         6: .line 397
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 7
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            iload 1 /* target */
            if_icmpge 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.updateMaxScores:(I)V
         8: .line 399
            goto 10
         9: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            ldc 2147483647
            if_icmplt 1
        10: .line 405
      StackMap locals:
      StackMap stack:
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 12
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            ldc 2147483647
            if_icmpeq 12
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.size:()I
            ifle 11
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            if_icmple 12
      StackMap locals:
      StackMap stack:
        11: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 406
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/apache/lucene/search/WANDScorer;
            0   13     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  private void moveToNextCandidate(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 412
            aload 0 /* this */
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.WANDScorer.updateMaxScoresIfNecessary:(I)V
         1: .line 413
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            iload 1 /* target */
            if_icmpge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.size:()I
            ifne 6
         3: .line 418
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            ldc 2147483647
            if_icmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 419
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 2147483647
            putfield org.apache.lucene.search.WANDScorer.doc:I
         5: .line 420
            return
         6: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.pop:()Lorg/apache/lucene/search/DisiWrapper;
            putfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
         7: .line 426
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            aconst_null
            putfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
         8: .line 427
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            putfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
         9: .line 428
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            putfield org.apache.lucene.search.WANDScorer.doc:I
        10: .line 429
            goto 12
        11: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.pop:()Lorg/apache/lucene/search/DisiWrapper;
            invokevirtual org.apache.lucene.search.WANDScorer.addLead:(Lorg/apache/lucene/search/DisiWrapper;)V
        12: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.size:()I
            ifle 13
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.head:Lorg/apache/lucene/search/DisiPriorityQueue;
            invokevirtual org.apache.lucene.search.DisiPriorityQueue.top:()Lorg/apache/lucene/search/DisiWrapper;
            getfield org.apache.lucene.search.DisiWrapper.doc:I
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            if_icmpeq 11
        13: .line 432
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lorg/apache/lucene/search/WANDScorer;
            0   14     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  private int doNextCompetitiveCandidate();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 436
            goto 6
         1: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.search.WANDScorer.pushBackLeads:(I)V
         2: .line 439
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            iconst_1
            iadd
            invokevirtual org.apache.lucene.search.WANDScorer.moveToNextCandidate:(I)V
         3: .line 440
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.ensureConsistent:()Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            ldc 2147483647
            if_icmpne 6
         5: .line 442
            goto 7
         6: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.leadMaxScore:J
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            ladd
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            iflt 1
         7: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.doc:I
            ireturn
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/lucene/search/WANDScorer;
    Exceptions:
      throws java.io.IOException

  private void advanceAllTail();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 457
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 458
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iload 1 /* i */
            aaload
            invokevirtual org.apache.lucene.search.WANDScorer.advanceTail:(Lorg/apache/lucene/search/DisiWrapper;)V
         3: .line 457
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            ifge 2
        end local 1 // int i
         5: .line 460
            aload 0 /* this */
            iconst_0
            putfield org.apache.lucene.search.WANDScorer.tailSize:I
         6: .line 461
            aload 0 /* this */
            lconst_0
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
         7: .line 462
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.ensureConsistent:()Z
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 463
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/lucene/search/WANDScorer;
            1    5     1     i  I
    Exceptions:
      throws java.io.IOException

  public float score();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 468
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.WANDScorer.advanceAllTail:()V
         1: .line 469
            dconst_0
            dstore 1 /* score */
        start local 1 // double score
         2: .line 470
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.lead:Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* s */
        start local 3 // org.apache.lucene.search.DisiWrapper s
         3: goto 6
         4: .line 471
      StackMap locals: double org.apache.lucene.search.DisiWrapper
      StackMap stack:
            dload 1 /* score */
            aload 3 /* s */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            invokevirtual org.apache.lucene.search.Scorer.score:()F
            f2d
            dadd
            dstore 1 /* score */
         5: .line 470
            aload 3 /* s */
            getfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
            astore 3 /* s */
      StackMap locals:
      StackMap stack:
         6: aload 3 /* s */
            ifnonnull 4
        end local 3 // org.apache.lucene.search.DisiWrapper s
         7: .line 473
            dload 1 /* score */
            d2f
            freturn
        end local 1 // double score
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/lucene/search/WANDScorer;
            2    8     1  score  D
            3    7     3      s  Lorg/apache/lucene/search/DisiWrapper;
    Exceptions:
      throws java.io.IOException

  public int advanceShallow(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int target
         0: .line 479
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.maxScorePropagator:Lorg/apache/lucene/search/MaxScoreSumPropagator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.MaxScoreSumPropagator.advanceShallow:(I)V
         1: .line 480
            iload 1 /* target */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            if_icmpgt 3
         2: .line 481
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.upTo:I
            ireturn
         3: .line 484
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/search/WANDScorer;
            0    4     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public float getMaxScore(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // int upTo
         0: .line 489
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.maxScorePropagator:Lorg/apache/lucene/search/MaxScoreSumPropagator;
            iload 1 /* upTo */
            invokevirtual org.apache.lucene.search.MaxScoreSumPropagator.getMaxScore:(I)F
            freturn
        end local 1 // int upTo
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/WANDScorer;
            0    1     1  upTo  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      upTo  

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

  private org.apache.lucene.search.DisiWrapper insertTailWithOverFlow(org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;)Lorg/apache/lucene/search/DisiWrapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // org.apache.lucene.search.DisiWrapper s
         0: .line 499
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 1 /* s */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            ladd
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.minCompetitiveScore:J
            lcmp
            ifge 4
         1: .line 501
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual org.apache.lucene.search.WANDScorer.addTail:(Lorg/apache/lucene/search/DisiWrapper;)V
         2: .line 502
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 1 /* s */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            ladd
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
         3: .line 503
            aconst_null
            areturn
         4: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            ifne 6
         5: .line 505
            aload 1 /* s */
            areturn
         6: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iconst_0
            aaload
            astore 2 /* top */
        start local 2 // org.apache.lucene.search.DisiWrapper top
         7: .line 508
            aload 2 /* top */
            aload 1 /* s */
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifne 9
         8: .line 509
            aload 1 /* s */
            areturn
         9: .line 512
      StackMap locals: org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iconst_0
            aload 1 /* s */
            aastore
        10: .line 513
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            invokestatic org.apache.lucene.search.WANDScorer.downHeapMaxScore:([Lorg/apache/lucene/search/DisiWrapper;I)V
        11: .line 514
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 2 /* top */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            lsub
            aload 1 /* s */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            ladd
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
        12: .line 515
            aload 2 /* top */
            areturn
        end local 2 // org.apache.lucene.search.DisiWrapper top
        end local 1 // org.apache.lucene.search.DisiWrapper s
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/lucene/search/WANDScorer;
            0   13     1     s  Lorg/apache/lucene/search/DisiWrapper;
            7   13     2   top  Lorg/apache/lucene/search/DisiWrapper;
    MethodParameters:
      Name  Flags
      s     

  private void addTail(org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.WANDScorer this
        start local 1 // org.apache.lucene.search.DisiWrapper s
         0: .line 521
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            aload 1 /* s */
            aastore
         1: .line 522
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            invokestatic org.apache.lucene.search.WANDScorer.upHeapMaxScore:([Lorg/apache/lucene/search/DisiWrapper;I)V
         2: .line 523
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            iconst_1
            iadd
            putfield org.apache.lucene.search.WANDScorer.tailSize:I
         3: .line 524
            return
        end local 1 // org.apache.lucene.search.DisiWrapper s
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/search/WANDScorer;
            0    4     1     s  Lorg/apache/lucene/search/DisiWrapper;
    MethodParameters:
      Name  Flags
      s     

  private org.apache.lucene.search.DisiWrapper popTail();
    descriptor: ()Lorg/apache/lucene/search/DisiWrapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.lucene.search.WANDScorer this
         0: .line 528
            getstatic org.apache.lucene.search.WANDScorer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            ifgt 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iconst_0
            aaload
            astore 1 /* result */
        start local 1 // org.apache.lucene.search.DisiWrapper result
         2: .line 530
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            iconst_1
            isub
            dup_x1
            putfield org.apache.lucene.search.WANDScorer.tailSize:I
            aaload
            aastore
         3: .line 531
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tail:[Lorg/apache/lucene/search/DisiWrapper;
            aload 0 /* this */
            getfield org.apache.lucene.search.WANDScorer.tailSize:I
            invokestatic org.apache.lucene.search.WANDScorer.downHeapMaxScore:([Lorg/apache/lucene/search/DisiWrapper;I)V
         4: .line 532
            aload 0 /* this */
            dup
            getfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
            aload 1 /* result */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            lsub
            putfield org.apache.lucene.search.WANDScorer.tailMaxScore:J
         5: .line 533
            aload 1 /* result */
            areturn
        end local 1 // org.apache.lucene.search.DisiWrapper result
        end local 0 // org.apache.lucene.search.WANDScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/search/WANDScorer;
            2    6     1  result  Lorg/apache/lucene/search/DisiWrapper;

  private static void upHeapMaxScore(org.apache.lucene.search.DisiWrapper[], int);
    descriptor: ([Lorg/apache/lucene/search/DisiWrapper;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.apache.lucene.search.DisiWrapper[] heap
        start local 1 // int i
         0: .line 539
            aload 0 /* heap */
            iload 1 /* i */
            aaload
            astore 2 /* node */
        start local 2 // org.apache.lucene.search.DisiWrapper node
         1: .line 540
            iload 1 /* i */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.parentNode:(I)I
            istore 3 /* j */
        start local 3 // int j
         2: .line 541
            goto 6
         3: .line 542
      StackMap locals: org.apache.lucene.search.DisiWrapper int
      StackMap stack:
            aload 0 /* heap */
            iload 1 /* i */
            aload 0 /* heap */
            iload 3 /* j */
            aaload
            aastore
         4: .line 543
            iload 3 /* j */
            istore 1 /* i */
         5: .line 544
            iload 3 /* j */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.parentNode:(I)I
            istore 3 /* j */
         6: .line 541
      StackMap locals:
      StackMap stack:
            iload 3 /* j */
            iflt 7
            aload 2 /* node */
            aload 0 /* heap */
            iload 3 /* j */
            aaload
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifne 3
         7: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* heap */
            iload 1 /* i */
            aload 2 /* node */
            aastore
         8: .line 547
            return
        end local 3 // int j
        end local 2 // org.apache.lucene.search.DisiWrapper node
        end local 1 // int i
        end local 0 // org.apache.lucene.search.DisiWrapper[] heap
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  heap  [Lorg/apache/lucene/search/DisiWrapper;
            0    9     1     i  I
            1    9     2  node  Lorg/apache/lucene/search/DisiWrapper;
            2    9     3     j  I
    MethodParameters:
      Name  Flags
      heap  
      i     

  private static void downHeapMaxScore(org.apache.lucene.search.DisiWrapper[], int);
    descriptor: ([Lorg/apache/lucene/search/DisiWrapper;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.apache.lucene.search.DisiWrapper[] heap
        start local 1 // int size
         0: .line 550
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: .line 551
            aload 0 /* heap */
            iconst_0
            aaload
            astore 3 /* node */
        start local 3 // org.apache.lucene.search.DisiWrapper node
         2: .line 552
            iload 2 /* i */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.leftNode:(I)I
            istore 4 /* j */
        start local 4 // int j
         3: .line 553
            iload 4 /* j */
            iload 1 /* size */
            if_icmpge 16
         4: .line 554
            iload 4 /* j */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.rightNode:(I)I
            istore 5 /* k */
        start local 5 // int k
         5: .line 555
            iload 5 /* k */
            iload 1 /* size */
            if_icmpge 7
            aload 0 /* heap */
            iload 5 /* k */
            aaload
            aload 0 /* heap */
            iload 4 /* j */
            aaload
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifeq 7
         6: .line 556
            iload 5 /* k */
            istore 4 /* j */
         7: .line 558
      StackMap locals: org.apache.lucene.search.DisiWrapper[] int int org.apache.lucene.search.DisiWrapper int int
      StackMap stack:
            aload 0 /* heap */
            iload 4 /* j */
            aaload
            aload 3 /* node */
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifeq 16
         8: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* heap */
            iload 2 /* i */
            aload 0 /* heap */
            iload 4 /* j */
            aaload
            aastore
         9: .line 561
            iload 4 /* j */
            istore 2 /* i */
        10: .line 562
            iload 2 /* i */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.leftNode:(I)I
            istore 4 /* j */
        11: .line 563
            iload 4 /* j */
            invokestatic org.apache.lucene.search.DisiPriorityQueue.rightNode:(I)I
            istore 5 /* k */
        12: .line 564
            iload 5 /* k */
            iload 1 /* size */
            if_icmpge 14
            aload 0 /* heap */
            iload 5 /* k */
            aaload
            aload 0 /* heap */
            iload 4 /* j */
            aaload
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifeq 14
        13: .line 565
            iload 5 /* k */
            istore 4 /* j */
        14: .line 567
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            iload 1 /* size */
            if_icmpge 15
            aload 0 /* heap */
            iload 4 /* j */
            aaload
            aload 3 /* node */
            invokestatic org.apache.lucene.search.WANDScorer.greaterMaxScore:(Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
            ifne 8
        15: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* heap */
            iload 2 /* i */
            aload 3 /* node */
            aastore
        end local 5 // int k
        16: .line 571
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int j
        end local 3 // org.apache.lucene.search.DisiWrapper node
        end local 2 // int i
        end local 1 // int size
        end local 0 // org.apache.lucene.search.DisiWrapper[] heap
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  heap  [Lorg/apache/lucene/search/DisiWrapper;
            0   17     1  size  I
            1   17     2     i  I
            2   17     3  node  Lorg/apache/lucene/search/DisiWrapper;
            3   17     4     j  I
            5   16     5     k  I
    MethodParameters:
      Name  Flags
      heap  
      size  

  private static boolean greaterMaxScore(org.apache.lucene.search.DisiWrapper, org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;Lorg/apache/lucene/search/DisiWrapper;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DisiWrapper w1
        start local 1 // org.apache.lucene.search.DisiWrapper w2
         0: .line 579
            aload 0 /* w1 */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            aload 1 /* w2 */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            lcmp
            ifle 2
         1: .line 580
            iconst_1
            ireturn
         2: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* w1 */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            aload 1 /* w2 */
            getfield org.apache.lucene.search.DisiWrapper.maxScore:J
            lcmp
            ifge 4
         3: .line 582
            iconst_0
            ireturn
         4: .line 584
      StackMap locals:
      StackMap stack:
            aload 0 /* w1 */
            getfield org.apache.lucene.search.DisiWrapper.cost:J
            aload 1 /* w2 */
            getfield org.apache.lucene.search.DisiWrapper.cost:J
            lcmp
            ifge 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // org.apache.lucene.search.DisiWrapper w2
        end local 0 // org.apache.lucene.search.DisiWrapper w1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    w1  Lorg/apache/lucene/search/DisiWrapper;
            0    6     1    w2  Lorg/apache/lucene/search/DisiWrapper;
    MethodParameters:
      Name  Flags
      w1    
      w2    
}
SourceFile: "WANDScorer.java"
NestMembers:
  org.apache.lucene.search.WANDScorer$1  org.apache.lucene.search.WANDScorer$2
InnerClasses:
  public ChildScorable = org.apache.lucene.search.Scorable$ChildScorable of org.apache.lucene.search.Scorable
  org.apache.lucene.search.WANDScorer$1
  org.apache.lucene.search.WANDScorer$2