class org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 extends org.apache.lucene.search.ConstantScoreWeight
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1
  super_class: org.apache.lucene.search.ConstantScoreWeight
{
  final org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper this$1;
    descriptor: Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.ScoreMode val$scoreMode;
    descriptor: Lorg/apache/lucene/search/ScoreMode;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper, org.apache.lucene.search.Query, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/ScoreMode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 83
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            fload 3 /* $anonymous1 */
            invokespecial org.apache.lucene.search.ConstantScoreWeight.<init>:(Lorg/apache/lucene/search/Query;F)V
            return
        end local 3 // float $anonymous1
        end local 2 // org.apache.lucene.search.Query $anonymous0
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/Query;
            0    1     3  $anonymous1  F
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      $anonymous1    
      val$scoreMode  final

  public org.apache.lucene.search.Matches matches(org.apache.lucene.index.LeafReaderContext, int);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;I)Lorg/apache/lucene/search/Matches;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
        start local 2 // int doc
         0: .line 87
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            getfield org.apache.lucene.search.MultiTermQuery.field:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSortedSet:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedSetDocValues;
            astore 3 /* fcsi */
        start local 3 // org.apache.lucene.index.SortedSetDocValues fcsi
         1: .line 88
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            getfield org.apache.lucene.search.MultiTermQuery.field:Ljava/lang/String;
            aload 0 /* this */
            aload 1 /* context */
            iload 2 /* doc */
            aload 3 /* fcsi */
            invokedynamic get(Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/util/IOSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.lambda$0(Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/search/MatchesIterator; (7)
                  ()Lorg/apache/lucene/search/MatchesIterator;
            invokestatic org.apache.lucene.search.MatchesUtils.forField:(Ljava/lang/String;Lorg/apache/lucene/util/IOSupplier;)Lorg/apache/lucene/search/Matches;
            areturn
        end local 3 // org.apache.lucene.index.SortedSetDocValues fcsi
        end local 2 // int doc
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            0    2     1  context  Lorg/apache/lucene/index/LeafReaderContext;
            0    2     2      doc  I
            1    2     3     fcsi  Lorg/apache/lucene/index/SortedSetDocValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      doc      

  private org.apache.lucene.index.TermsEnum getTermsEnum(org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/TermsEnum;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
        start local 1 // org.apache.lucene.index.SortedSetDocValues fcsi
         0: .line 92
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            new org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1
            dup
            aload 0 /* this */
            aload 1 /* fcsi */
            invokespecial org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1.<init>:(Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;Lorg/apache/lucene/index/SortedSetDocValues;)V
            invokevirtual org.apache.lucene.search.MultiTermQuery.getTermsEnum:(Lorg/apache/lucene/index/Terms;)Lorg/apache/lucene/index/TermsEnum;
            areturn
        end local 1 // org.apache.lucene.index.SortedSetDocValues fcsi
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            0    1     1  fcsi  Lorg/apache/lucene/index/SortedSetDocValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fcsi  

  public org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=7, args_size=2
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 143
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            getfield org.apache.lucene.search.MultiTermQuery.field:Ljava/lang/String;
            invokestatic org.apache.lucene.index.DocValues.getSortedSet:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedSetDocValues;
            astore 2 /* fcsi */
        start local 2 // org.apache.lucene.index.SortedSetDocValues fcsi
         1: .line 144
            aload 0 /* this */
            aload 2 /* fcsi */
            invokevirtual org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.getTermsEnum:(Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/TermsEnum;
            astore 3 /* termsEnum */
        start local 3 // org.apache.lucene.index.TermsEnum termsEnum
         2: .line 145
            getstatic org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.$assertionsDisabled:Z
            ifne 3
            aload 3 /* termsEnum */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 146
      StackMap locals: org.apache.lucene.index.SortedSetDocValues org.apache.lucene.index.TermsEnum
      StackMap stack:
            aload 3 /* termsEnum */
            invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
            ifnonnull 5
         4: .line 148
            aconst_null
            areturn
         5: .line 152
      StackMap locals:
      StackMap stack:
            new org.apache.lucene.util.LongBitSet
            dup
            aload 2 /* fcsi */
            invokevirtual org.apache.lucene.index.SortedSetDocValues.getValueCount:()J
            invokespecial org.apache.lucene.util.LongBitSet.<init>:(J)V
            astore 4 /* termSet */
        start local 4 // org.apache.lucene.util.LongBitSet termSet
         6: .line 154
      StackMap locals: org.apache.lucene.util.LongBitSet
      StackMap stack:
            aload 3 /* termsEnum */
            invokevirtual org.apache.lucene.index.TermsEnum.ord:()J
            lstore 5 /* ord */
        start local 5 // long ord
         7: .line 155
            lload 5 /* ord */
            lconst_0
            lcmp
            iflt 9
         8: .line 156
            aload 4 /* termSet */
            lload 5 /* ord */
            invokevirtual org.apache.lucene.util.LongBitSet.set:(J)V
        end local 5 // long ord
         9: .line 158
      StackMap locals:
      StackMap stack:
            aload 3 /* termsEnum */
            invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
            ifnonnull 6
        10: .line 160
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.score:()F
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            new org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$2
            dup
            aload 0 /* this */
            aload 2 /* fcsi */
            aload 2 /* fcsi */
            aload 4 /* termSet */
            invokespecial org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$2.<init>:(Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedSetDocValues;Lorg/apache/lucene/util/LongBitSet;)V
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/TwoPhaseIterator;)V
            areturn
        end local 4 // org.apache.lucene.util.LongBitSet termSet
        end local 3 // org.apache.lucene.index.TermsEnum termsEnum
        end local 2 // org.apache.lucene.index.SortedSetDocValues fcsi
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            0   11     1    context  Lorg/apache/lucene/index/LeafReaderContext;
            1   11     2       fcsi  Lorg/apache/lucene/index/SortedSetDocValues;
            2   11     3  termsEnum  Lorg/apache/lucene/index/TermsEnum;
            6   11     4    termSet  Lorg/apache/lucene/util/LongBitSet;
            7    9     5        ord  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 181
            aload 1 /* ctx */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            getfield org.apache.lucene.search.MultiTermQuery.field:Ljava/lang/String;
            aastore
            invokestatic org.apache.lucene.index.DocValues.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;[Ljava/lang/String;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  private org.apache.lucene.search.MatchesIterator lambda$0(org.apache.lucene.index.LeafReaderContext, int, org.apache.lucene.index.SortedSetDocValues);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/search/MatchesIterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
         0: .line 88
            aload 1
            iload 2
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            aload 0 /* this */
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
            getfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.query:Lorg/apache/lucene/search/MultiTermQuery;
            getfield org.apache.lucene.search.MultiTermQuery.field:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            invokevirtual org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.getTermsEnum:(Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/TermsEnum;
            invokestatic org.apache.lucene.search.DisjunctionMatchesIterator.fromTermsEnum:(Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/search/Query;Ljava/lang/String;Lorg/apache/lucene/util/BytesRefIterator;)Lorg/apache/lucene/search/MatchesIterator;
            areturn
        end local 0 // org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DocValuesRewriteMethod.java"
EnclosingMethod: org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.search.DocValuesRewriteMethod
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  MultiTermQueryDocValuesWrapper = org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper of org.apache.lucene.search.DocValuesRewriteMethod
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$1
  org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1$2