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 start local 2 start local 3 0: aload 0
aload 1
putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.this$1:Lorg/apache/lucene/search/DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper;
aload 0
aload 4
putfield org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
aload 0
aload 2
fload 3
invokespecial org.apache.lucene.search.ConstantScoreWeight.<init>:(Lorg/apache/lucene/search/Query;F)V
return
end local 3 end local 2 end local 0 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 start local 1 start local 2 0: aload 1
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 0
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
start local 3 1: aload 0
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
aload 1
iload 2
aload 3
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 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
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
aload 1
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 end local 0 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 start local 1 0: aload 1
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 0
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
start local 2 1: aload 0
aload 2
invokevirtual org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.getTermsEnum:(Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/TermsEnum;
astore 3
start local 3 2: getstatic org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper.$assertionsDisabled:Z
ifne 3
aload 3
ifnonnull 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals: org.apache.lucene.index.SortedSetDocValues org.apache.lucene.index.TermsEnum
StackMap stack:
aload 3
invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
ifnonnull 5
4: aconst_null
areturn
5: StackMap locals:
StackMap stack:
new org.apache.lucene.util.LongBitSet
dup
aload 2
invokevirtual org.apache.lucene.index.SortedSetDocValues.getValueCount:()J
invokespecial org.apache.lucene.util.LongBitSet.<init>:(J)V
astore 4
start local 4 6: StackMap locals: org.apache.lucene.util.LongBitSet
StackMap stack:
aload 3
invokevirtual org.apache.lucene.index.TermsEnum.ord:()J
lstore 5
start local 5 7: lload 5
lconst_0
lcmp
iflt 9
8: aload 4
lload 5
invokevirtual org.apache.lucene.util.LongBitSet.set:(J)V
end local 5 9: StackMap locals:
StackMap stack:
aload 3
invokevirtual org.apache.lucene.index.TermsEnum.next:()Lorg/apache/lucene/util/BytesRef;
ifnonnull 6
10: new org.apache.lucene.search.ConstantScoreScorer
dup
aload 0
aload 0
invokevirtual org.apache.lucene.search.DocValuesRewriteMethod$MultiTermQueryDocValuesWrapper$1.score:()F
aload 0
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
aload 2
aload 2
aload 4
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 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
iconst_1
anewarray java.lang.String
dup
iconst_0
aload 0
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 end local 0 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 0: aload 1
iload 2
aload 0
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
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
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 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