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

  private final org.apache.lucene.search.DisjunctionScoreBlockBoundaryPropagator disjunctionBlockPropagator;
    descriptor: Lorg/apache/lucene/search/DisjunctionScoreBlockBoundaryPropagator;
    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:
            aload 4 /* scoreMode */
            getstatic org.apache.lucene.search.ScoreMode.TOP_SCORES:Lorg/apache/lucene/search/ScoreMode;
            if_acmpne 8
         6: .line 56
            aload 0 /* this */
            new org.apache.lucene.search.DisjunctionScoreBlockBoundaryPropagator
            dup
            aload 3 /* subScorers */
            invokespecial org.apache.lucene.search.DisjunctionScoreBlockBoundaryPropagator.<init>:(Ljava/util/Collection;)V
            putfield org.apache.lucene.search.DisjunctionMaxScorer.disjunctionBlockPropagator:Lorg/apache/lucene/search/DisjunctionScoreBlockBoundaryPropagator;
         7: .line 57
            goto 9
         8: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.lucene.search.DisjunctionMaxScorer.disjunctionBlockPropagator:Lorg/apache/lucene/search/DisjunctionScoreBlockBoundaryPropagator;
         9: .line 60
      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   10     0                  this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0   10     1                weight  Lorg/apache/lucene/search/Weight;
            0   10     2  tieBreakerMultiplier  F
            0   10     3            subScorers  Ljava/util/List<Lorg/apache/lucene/search/Scorer;>;
            0   10     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 64
            fconst_0
            fstore 2 /* scoreMax */
        start local 2 // float scoreMax
         1: .line 65
            dconst_0
            dstore 3 /* otherScoreSum */
        start local 3 // double otherScoreSum
         2: .line 66
            aload 1 /* topList */
            astore 5 /* w */
        start local 5 // org.apache.lucene.search.DisiWrapper w
         3: goto 11
         4: .line 67
      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 68
            fload 6 /* subScore */
            fload 2 /* scoreMax */
            fcmpl
            iflt 9
         6: .line 69
            dload 3 /* otherScoreSum */
            fload 2 /* scoreMax */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
         7: .line 70
            fload 6 /* subScore */
            fstore 2 /* scoreMax */
         8: .line 71
            goto 10
         9: .line 72
      StackMap locals: float
      StackMap stack:
            dload 3 /* otherScoreSum */
            fload 6 /* subScore */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
        end local 6 // float subScore
        10: .line 66
      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 75
            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=2, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // int target
         0: .line 80
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.disjunctionBlockPropagator:Lorg/apache/lucene/search/DisjunctionScoreBlockBoundaryPropagator;
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.DisjunctionScoreBlockBoundaryPropagator.advanceShallow:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0    1     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=8, locals=8, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // int upTo
         0: .line 85
            fconst_0
            fstore 2 /* scoreMax */
        start local 2 // float scoreMax
         1: .line 86
            dconst_0
            dstore 3 /* otherScoreSum */
        start local 3 // double otherScoreSum
         2: .line 87
            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 88
            aload 5 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.docID:()I
            iload 1 /* upTo */
            if_icmpgt 11
         5: .line 89
            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 90
            fload 7 /* subScore */
            fload 2 /* scoreMax */
            fcmpl
            iflt 10
         7: .line 91
            dload 3 /* otherScoreSum */
            fload 2 /* scoreMax */
            f2d
            dadd
            dstore 3 /* otherScoreSum */
         8: .line 92
            fload 7 /* subScore */
            fstore 2 /* scoreMax */
         9: .line 93
            goto 11
        10: .line 94
      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 87
      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 99
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
            fconst_0
            fcmpl
            ifne 14
        13: .line 100
            fload 2 /* scoreMax */
            freturn
        14: .line 106
      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 107
            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=4, args_size=2
        start local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
        start local 1 // float minScore
         0: .line 113
            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 114
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.disjunctionBlockPropagator:Lorg/apache/lucene/search/DisjunctionScoreBlockBoundaryPropagator;
            fload 1 /* minScore */
            invokevirtual org.apache.lucene.search.DisjunctionScoreBlockBoundaryPropagator.setMinCompetitiveScore:(F)V
         2: .line 115
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.tieBreakerMultiplier:F
            fconst_0
            fcmpl
            ifne 7
         3: .line 117
            aload 0 /* this */
            getfield org.apache.lucene.search.DisjunctionMaxScorer.subScorers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer float top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer
            astore 2 /* scorer */
        start local 2 // org.apache.lucene.search.Scorer scorer
         5: .line 118
            aload 2 /* scorer */
            fload 1 /* minScore */
            invokevirtual org.apache.lucene.search.Scorer.setMinCompetitiveScore:(F)V
        end local 2 // org.apache.lucene.search.Scorer scorer
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 121
      StackMap locals: org.apache.lucene.search.DisjunctionMaxScorer float
      StackMap stack:
            return
        end local 1 // float minScore
        end local 0 // org.apache.lucene.search.DisjunctionMaxScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/lucene/search/DisjunctionMaxScorer;
            0    8     1  minScore  F
            5    6     2    scorer  Lorg/apache/lucene/search/Scorer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      minScore  
}
SourceFile: "DisjunctionMaxScorer.java"