class org.apache.lucene.search.ConjunctionScorer extends org.apache.lucene.search.Scorer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.ConjunctionScorer
  super_class: org.apache.lucene.search.Scorer
{
  final org.apache.lucene.search.DocIdSetIterator disi;
    descriptor: Lorg/apache/lucene/search/DocIdSetIterator;
    flags: (0x0010) ACC_FINAL

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

  final java.util.Collection<org.apache.lucene.search.Scorer> required;
    descriptor: Ljava/util/Collection;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;

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

  void <init>(org.apache.lucene.search.Weight, java.util.Collection<org.apache.lucene.search.Scorer>, java.util.Collection<org.apache.lucene.search.Scorer>);
    descriptor: (Lorg/apache/lucene/search/Weight;Ljava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.lucene.search.ConjunctionScorer this
        start local 1 // org.apache.lucene.search.Weight weight
        start local 2 // java.util.Collection required
        start local 3 // java.util.Collection scorers
         0: .line 33
            aload 0 /* this */
            aload 1 /* weight */
            invokespecial org.apache.lucene.search.Scorer.<init>:(Lorg/apache/lucene/search/Weight;)V
         1: .line 34
            getstatic org.apache.lucene.search.ConjunctionScorer.$assertionsDisabled:Z
            ifne 2
            aload 2 /* required */
            aload 3 /* scorers */
            invokeinterface java.util.Collection.containsAll:(Ljava/util/Collection;)Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 35
      StackMap locals: org.apache.lucene.search.ConjunctionScorer org.apache.lucene.search.Weight java.util.Collection java.util.Collection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* required */
            invokestatic org.apache.lucene.search.ConjunctionDISI.intersectScorers:(Ljava/util/Collection;)Lorg/apache/lucene/search/DocIdSetIterator;
            putfield org.apache.lucene.search.ConjunctionScorer.disi:Lorg/apache/lucene/search/DocIdSetIterator;
         3: .line 36
            aload 0 /* this */
            aload 3 /* scorers */
            aload 3 /* scorers */
            invokeinterface java.util.Collection.size:()I
            anewarray org.apache.lucene.search.Scorer
            invokeinterface java.util.Collection.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.lucene.search.Scorer[]
            putfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
         4: .line 37
            aload 0 /* this */
            aload 2 /* required */
            putfield org.apache.lucene.search.ConjunctionScorer.required:Ljava/util/Collection;
         5: .line 38
            return
        end local 3 // java.util.Collection scorers
        end local 2 // java.util.Collection required
        end local 1 // org.apache.lucene.search.Weight weight
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/search/ConjunctionScorer;
            0    6     1    weight  Lorg/apache/lucene/search/Weight;
            0    6     2  required  Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;
            0    6     3   scorers  Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/apache/lucene/search/Weight;Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;Ljava/util/Collection<Lorg/apache/lucene/search/Scorer;>;)V
    MethodParameters:
          Name  Flags
      weight    
      required  
      scorers   

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

  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.ConjunctionScorer this
         0: .line 47
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.disi:Lorg/apache/lucene/search/DocIdSetIterator;
            areturn
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/ConjunctionScorer;

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

  public float score();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.apache.lucene.search.ConjunctionScorer this
         0: .line 57
            dconst_0
            dstore 1 /* sum */
        start local 1 // double sum
         1: .line 58
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.apache.lucene.search.ConjunctionScorer double top int int org.apache.lucene.search.Scorer[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* scorer */
        start local 3 // org.apache.lucene.search.Scorer scorer
         3: .line 59
            dload 1 /* sum */
            aload 3 /* scorer */
            invokevirtual org.apache.lucene.search.Scorer.score:()F
            f2d
            dadd
            dstore 1 /* sum */
        end local 3 // org.apache.lucene.search.Scorer scorer
         4: .line 58
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 2
         6: .line 61
            dload 1 /* sum */
            d2f
            freturn
        end local 1 // double sum
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/lucene/search/ConjunctionScorer;
            1    7     1     sum  D
            3    4     3  scorer  Lorg/apache/lucene/search/Scorer;
    Exceptions:
      throws java.io.IOException

  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.ConjunctionScorer this
        start local 1 // int upTo
         0: .line 67
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            arraylength
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 69
      StackMap locals:
      StackMap stack:
            fconst_0
            freturn
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            iconst_0
            aaload
            iload 1 /* upTo */
            invokevirtual org.apache.lucene.search.Scorer.getMaxScore:(I)F
            freturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            ldc Infinity
            freturn
        end local 1 // int upTo
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/search/ConjunctionScorer;
            0    4     1  upTo  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      upTo  

  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.ConjunctionScorer this
        start local 1 // int target
         0: .line 79
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 80
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            iconst_0
            aaload
            iload 1 /* target */
            invokevirtual org.apache.lucene.search.Scorer.advanceShallow:(I)I
            ireturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* target */
            invokespecial org.apache.lucene.search.Scorer.advanceShallow:(I)I
            ireturn
        end local 1 // int target
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/lucene/search/ConjunctionScorer;
            0    3     1  target  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      target  

  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.ConjunctionScorer this
        start local 1 // float minScore
         0: .line 88
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 89
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.scorers:[Lorg/apache/lucene/search/Scorer;
            iconst_0
            aaload
            fload 1 /* minScore */
            invokevirtual org.apache.lucene.search.Scorer.setMinCompetitiveScore:(F)V
         2: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float minScore
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/lucene/search/ConjunctionScorer;
            0    3     1  minScore  F
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      minScore  

  public java.util.Collection<org.apache.lucene.search.Scorable$ChildScorable> getChildren();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.apache.lucene.search.ConjunctionScorer this
         0: .line 95
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* children */
        start local 1 // java.util.ArrayList children
         1: .line 96
            aload 0 /* this */
            getfield org.apache.lucene.search.ConjunctionScorer.required:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.apache.lucene.search.ConjunctionScorer java.util.ArrayList top java.util.Iterator
      StackMap stack:
         2: 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
         3: .line 97
            aload 1 /* children */
            new org.apache.lucene.search.Scorable$ChildScorable
            dup
            aload 2 /* scorer */
            ldc "MUST"
            invokespecial org.apache.lucene.search.Scorable$ChildScorable.<init>:(Lorg/apache/lucene/search/Scorable;Ljava/lang/String;)V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // org.apache.lucene.search.Scorer scorer
         4: .line 96
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 99
            aload 1 /* children */
            areturn
        end local 1 // java.util.ArrayList children
        end local 0 // org.apache.lucene.search.ConjunctionScorer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/apache/lucene/search/ConjunctionScorer;
            1    6     1  children  Ljava/util/ArrayList<Lorg/apache/lucene/search/Scorable$ChildScorable;>;
            3    4     2    scorer  Lorg/apache/lucene/search/Scorer;
    Signature: ()Ljava/util/Collection<Lorg/apache/lucene/search/Scorable$ChildScorable;>;
}
SourceFile: "ConjunctionScorer.java"
NestMembers:
  org.apache.lucene.search.ConjunctionScorer$DocsAndFreqs
InnerClasses:
  final DocsAndFreqs = org.apache.lucene.search.ConjunctionScorer$DocsAndFreqs of org.apache.lucene.search.ConjunctionScorer
  public ChildScorable = org.apache.lucene.search.Scorable$ChildScorable of org.apache.lucene.search.Scorable