final class org.apache.lucene.search.DisjunctionMaxScorer extends org.apache.lucene.search.DisjunctionScorer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.search.DisjunctionMaxScorer
  super_class: org.apache.lucene.search.DisjunctionScorer
{
  private final java.util.List<org.apache.lucene.search.Scorer> subScorers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/lucene/search/Scorer;>;

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

  void <init>(org.apache.lucene.search.Weight, float, java.util.List<org.apache.lucene.search.Scorer>, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/search/Weight;FLjava/util/List;Lorg/apache/lucene/search/ScoreMode;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // org.apache.lucene.search.Weight weight
        start local 2 // float tieBreakerMultiplier
        start local 3 // java.util.List subScorers
        start local 4 // org.apache.lucene.search.ScoreMode scoreMode
         0: .line 49
            aload 0 /* this */
            aload 1 /* weight */
            aload 3 /* subScorers */
            aload 4 /* scoreMode */
            invokespecial org.apache.lucene.search.DisjunctionScorer.<init>:(Lorg/apache/lucene/search/Weight;Ljava/util/List;Lorg/apache/lucene/search/ScoreMode;)V
         1: .line 50
            aload 0 /* this */
            aload 3 /* subScorers */
            putfield org.apache.lucene.search.DisjunctionMaxScorer.subScorers:Ljava/util/List;
         2: .line 51
            aload 0 /* this */
            fload 2 /* tieBreakerMultiplier */
            putfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
         3: .line 52
            fload 2 /* tieBreakerMultiplier */
            fconst_0
            fcmpg
            iflt 4
            fload 2 /* tieBreakerMultiplier */
            fconst_1
            fcmpl
            ifle 5
         4: .line 53
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer org.apache.lucene.search.Weight float java.util.List org.apache.lucene.search.ScoreMode
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "tieBreakerMultiplier must be in [0, 1]"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 55
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.apache.lucene.search.ScoreMode scoreMode
        end local 3 // java.util.List subScorers
        end local 2 // float tieBreakerMultiplier
        end local 1 // org.apache.lucene.search.Weight weight
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0    6     1                weight  Lorg/apache/lucene/search/Weight;
            0    6     2  tieBreakerMultiplier  F
            0    6     3            subScorers  Ljava/util/List<Lorg/apache/lucene/search/Scorer;>;
            0    6     4             scoreMode  Lorg/apache/lucene/search/ScoreMode;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/search/Weight;FLjava/util/List<Lorg/apache/lucene/search/Scorer;>;Lorg/apache/lucene/search/ScoreMode;)V
    MethodParameters:
                      Name  Flags
      weight                
      tieBreakerMultiplier  
      subScorers            
      scoreMode             

  protected float score(org.apache.lucene.search.DisiWrapper);
    descriptor: (Lorg/apache/lucene/search/DisiWrapper;)F
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // org.apache.lucene.search.DisiWrapper topList
         0: .line 59
            fconst_0
            fstore 2 /* scoreMax */
        start local 2 // float scoreMax
         1: .line 60
            dconst_0
            dstore 3 /* otherScoreSum */
        start local 3 // double otherScoreSum
         2: .line 61
            aload 1 /* topList */
            astore 5 /* w */
        start local 5 // org.apache.lucene.search.DisiWrapper w
         3: goto 11
         4: .line 62
      StackMap locals: float double org.apache.lucene.search.DisiWrapper
      StackMap stack:
            aload 5 /* w */
            getfield org.apache.lucene.search.DisiWrapper.scorer:Lorg/apache/lucene/search/Scorer;
            invokevirtual org.apache.lucene.search.Scorer.score:()F
            fstore 6 /* subScore */
        start local 6 // float subScore
         5: .line 63
            fload 6 /* subScore */
            fload 2 /* scoreMax */
            fcmpl
            iflt 9
         6: .line 64
            dload 3 /* otherScoreSum */
            fload 2 /* scoreMax */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
         7: .line 65
            fload 6 /* subScore */
            fstore 2 /* scoreMax */
         8: .line 66
            goto 10
         9: .line 67
      StackMap locals: float
      StackMap stack:
            dload 3 /* otherScoreSum */
            fload 6 /* subScore */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
        end local 6 // float subScore
        10: .line 61
      StackMap locals:
      StackMap stack:
            aload 5 /* w */
            getfield org.apache.lucene.search.DisiWrapper.next:Lorg/apache/lucene/search/DisiWrapper;
            astore 5 /* w */
      StackMap locals:
      StackMap stack:
        11: aload 5 /* w */
            ifnonnull 4
        end local 5 // org.apache.lucene.search.DisiWrapper w
        12: .line 70
            fload 2 /* scoreMax */
            f2d
            dload 3 /* otherScoreSum */
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
            f2d
            dmul
            dadd
            d2f
            freturn
        end local 3 // double otherScoreSum
        end local 2 // float scoreMax
        end local 1 // org.apache.lucene.search.DisiWrapper topList
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0   13     1        topList  Lorg/apache/lucene/search/DisiWrapper;
            1   13     2       scoreMax  F
            2   13     3  otherScoreSum  D
            3   12     5              w  Lorg/apache/lucene/search/DisiWrapper;
            5   10     6       subScore  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      topList  

  public int advanceShallow(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // int target
         0: .line 75
            ldc 2147483647
            istore 2 /* upTo */
        start local 2 // int upTo
         1: .line 76
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.subScorers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer
            astore 3 /* scorer */
        start local 3 // org.apache.lucene.search.Scorer scorer
         3: .line 77
            aload 3 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.docID:()I
            iload 1 /* target */
            if_icmpgt 6
         4: .line 78
            aload 3 /* scorer */
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            iload 2 /* upTo */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* upTo */
         5: .line 79
            goto 8
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int int org.apache.lucene.search.Scorer java.util.Iterator
      StackMap stack:
         6: aload 3 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.docID:()I
            ldc 2147483647
            if_icmpge 8
         7: .line 80
            aload 3 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.docID:()I
            iconst_1
            isub
            iload 2 /* upTo */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* upTo */
        end local 3 // org.apache.lucene.search.Scorer scorer
         8: .line 76
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 83
            iload 2 /* upTo */
            ireturn
        end local 2 // int upTo
        end local 1 // int target
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0   10     1  target  I
            1   10     2    upTo  I
            3    8     3  scorer  Lorg/apache/lucene/search/Scorer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  public float getMaxScore(int);
    descriptor: (I)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // int upTo
         0: .line 88
            fconst_0
            fstore 2 /* scoreMax */
        start local 2 // float scoreMax
         1: .line 89
            dconst_0
            dstore 3 /* otherScoreSum */
        start local 3 // double otherScoreSum
         2: .line 90
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.subScorers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int float double top java.util.Iterator
      StackMap stack:
         3: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer
            astore 5 /* scorer */
        start local 5 // org.apache.lucene.search.Scorer scorer
         4: .line 91
            aload 5 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.docID:()I
            iload 1 /* upTo */
            if_icmpgt 11
         5: .line 92
            aload 5 /* scorer */
            iload 1 /* upTo */
            invokevirtual org.apache.lucene.search.Scorer.getMaxScore:(I)F
            fstore 7 /* subScore */
        start local 7 // float subScore
         6: .line 93
            fload 7 /* subScore */
            fload 2 /* scoreMax */
            fcmpl
            iflt 10
         7: .line 94
            dload 3 /* otherScoreSum */
            fload 2 /* scoreMax */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
         8: .line 95
            fload 7 /* subScore */
            fstore 2 /* scoreMax */
         9: .line 96
            goto 11
        10: .line 97
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int float double org.apache.lucene.search.Scorer java.util.Iterator float
      StackMap stack:
            dload 3 /* otherScoreSum */
            fload 7 /* subScore */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
        end local 7 // float subScore
        end local 5 // org.apache.lucene.search.Scorer scorer
        11: .line 90
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int float double top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        12: .line 102
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
            fconst_0
            fcmpl
            ifne 14
        13: .line 103
            fload 2 /* scoreMax */
            freturn
        14: .line 109
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer int float double
      StackMap stack:
            dload 3 /* otherScoreSum */
            dconst_1
            ldc 2.0
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.subScorers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokestatic org.apache.lucene.util.MathUtil.sumRelativeErrorBound:(I)D
            dmul
            dadd
            dmul
            dstore 3 /* otherScoreSum */
        15: .line 110
            fload 2 /* scoreMax */
            f2d
            dload 3 /* otherScoreSum */
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
            f2d
            dmul
            dadd
            d2f
            freturn
        end local 3 // double otherScoreSum
        end local 2 // float scoreMax
        end local 1 // int upTo
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0   16     1           upTo  I
            1   16     2       scoreMax  F
            2   16     3  otherScoreSum  D
            4   11     5         scorer  Lorg/apache/lucene/search/Scorer;
            6   11     7       subScore  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      upTo  

  public void setMinCompetitiveScore(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // float minScore
         0: .line 116
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.DisjunctionMaxScorer.getBlockMaxApprox:()Lorg/apache/lucene/search/BlockMaxDISI;
            fload 1 /* minScore */
            invokevirtual org.apache.lucene.search.BlockMaxDISI.setMinCompetitiveScore:(F)V
         1: .line 117
            return
        end local 1 // float minScore
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0    2     1  minScore  F
    MethodParameters:
          Name  Flags
      minScore  
}
SourceFile: "DisjunctionMaxScorer.java"