public final class org.apache.lucene.index.MultiTerms extends org.apache.lucene.index.Terms
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.MultiTerms
super_class: org.apache.lucene.index.Terms
{
private final org.apache.lucene.index.Terms[] subs;
descriptor: [Lorg/apache/lucene/index/Terms;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.lucene.index.ReaderSlice[] subSlices;
descriptor: [Lorg/apache/lucene/index/ReaderSlice;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean hasFreqs;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean hasOffsets;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean hasPositions;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean hasPayloads;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
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: ldc Lorg/apache/lucene/index/MultiTerms;
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.index.MultiTerms.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.index.Terms[], org.apache.lucene.index.ReaderSlice[]);
descriptor: ([Lorg/apache/lucene/index/Terms;[Lorg/apache/lucene/index/ReaderSlice;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.apache.lucene.index.Terms.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
2: aload 0
aload 2
putfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
3: getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 4
aload 1
arraylength
ifgt 4
new java.lang.AssertionError
dup
ldc "inefficient: don't use MultiTerms over one sub"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
4: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[]
StackMap stack:
iconst_1
istore 3
start local 3 5: iconst_1
istore 4
start local 4 6: iconst_1
istore 5
start local 5 7: iconst_0
istore 6
start local 6 8: iconst_0
istore 7
start local 7 9: goto 15
10: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int int
StackMap stack:
iload 3
aload 1
iload 7
aaload
invokevirtual org.apache.lucene.index.Terms.hasFreqs:()Z
iand
istore 3
11: iload 4
aload 1
iload 7
aaload
invokevirtual org.apache.lucene.index.Terms.hasOffsets:()Z
iand
istore 4
12: iload 5
aload 1
iload 7
aaload
invokevirtual org.apache.lucene.index.Terms.hasPositions:()Z
iand
istore 5
13: iload 6
aload 1
iload 7
aaload
invokevirtual org.apache.lucene.index.Terms.hasPayloads:()Z
ior
istore 6
14: iinc 7 1
StackMap locals:
StackMap stack:
15: iload 7
aload 1
arraylength
if_icmplt 10
end local 7 16: aload 0
iload 3
putfield org.apache.lucene.index.MultiTerms.hasFreqs:Z
17: aload 0
iload 4
putfield org.apache.lucene.index.MultiTerms.hasOffsets:Z
18: aload 0
iload 5
putfield org.apache.lucene.index.MultiTerms.hasPositions:Z
19: aload 0
aload 0
getfield org.apache.lucene.index.MultiTerms.hasPositions:Z
ifeq 20
iload 6
ifeq 20
iconst_1
goto 21
StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int
StackMap stack: org.apache.lucene.index.MultiTerms
20: iconst_0
StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.index.Terms[] org.apache.lucene.index.ReaderSlice[] int int int int
StackMap stack: org.apache.lucene.index.MultiTerms int
21: putfield org.apache.lucene.index.MultiTerms.hasPayloads:Z
22: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/apache/lucene/index/MultiTerms;
0 23 1 subs [Lorg/apache/lucene/index/Terms;
0 23 2 subSlices [Lorg/apache/lucene/index/ReaderSlice;
5 23 3 _hasFreqs Z
6 23 4 _hasOffsets Z
7 23 5 _hasPositions Z
8 23 6 _hasPayloads Z
9 16 7 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
subs
subSlices
public static org.apache.lucene.index.Terms getTerms(org.apache.lucene.index.IndexReader, java.lang.String);
descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=8, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.lucene.index.IndexReader.leaves:()Ljava/util/List;
astore 2
start local 2 1: aload 2
invokeinterface java.util.List.size:()I
iconst_1
if_icmpne 3
2: aload 2
iconst_0
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.LeafReaderContext
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 1
invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
areturn
3: StackMap locals: java.util.List
StackMap stack:
new java.util.ArrayList
dup
aload 2
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 3
start local 3 4: new java.util.ArrayList
dup
aload 2
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 4
start local 4 5: iconst_0
istore 5
start local 5 6: goto 13
7: StackMap locals: java.util.List java.util.List int
StackMap stack:
aload 2
iload 5
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.LeafReaderContext
astore 6
start local 6 8: aload 6
invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
aload 1
invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
astore 7
start local 7 9: aload 7
ifnull 12
10: aload 3
aload 7
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
11: aload 4
new org.apache.lucene.index.ReaderSlice
dup
aload 6
getfield org.apache.lucene.index.LeafReaderContext.docBase:I
aload 0
invokevirtual org.apache.lucene.index.IndexReader.maxDoc:()I
iload 5
invokespecial org.apache.lucene.index.ReaderSlice.<init>:(III)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 7 end local 6 12: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
13: iload 5
aload 2
invokeinterface java.util.List.size:()I
if_icmplt 7
end local 5 14: aload 3
invokeinterface java.util.List.size:()I
ifne 16
15: aconst_null
areturn
16: StackMap locals:
StackMap stack:
new org.apache.lucene.index.MultiTerms
dup
aload 3
getstatic org.apache.lucene.index.MultiTerms.EMPTY_ARRAY:[Lorg/apache/lucene/index/Terms;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.Terms[]
17: aload 4
getstatic org.apache.lucene.index.ReaderSlice.EMPTY_ARRAY:[Lorg/apache/lucene/index/ReaderSlice;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.ReaderSlice[]
18: invokespecial org.apache.lucene.index.MultiTerms.<init>:([Lorg/apache/lucene/index/Terms;[Lorg/apache/lucene/index/ReaderSlice;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 r Lorg/apache/lucene/index/IndexReader;
0 19 1 field Ljava/lang/String;
1 19 2 leaves Ljava/util/List<Lorg/apache/lucene/index/LeafReaderContext;>;
4 19 3 termsPerLeaf Ljava/util/List<Lorg/apache/lucene/index/Terms;>;
5 19 4 slicePerLeaf Ljava/util/List<Lorg/apache/lucene/index/ReaderSlice;>;
6 14 5 leafIdx I
8 12 6 ctx Lorg/apache/lucene/index/LeafReaderContext;
9 12 7 subTerms Lorg/apache/lucene/index/Terms;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
r
field
public static org.apache.lucene.index.PostingsEnum getTermPostingsEnum(org.apache.lucene.index.IndexReader, java.lang.String, org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/PostingsEnum;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
bipush 120
invokestatic org.apache.lucene.index.MultiTerms.getTermPostingsEnum:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)Lorg/apache/lucene/index/PostingsEnum;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 r Lorg/apache/lucene/index/IndexReader;
0 1 1 field Ljava/lang/String;
0 1 2 term Lorg/apache/lucene/util/BytesRef;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
r
field
term
public static org.apache.lucene.index.PostingsEnum getTermPostingsEnum(org.apache.lucene.index.IndexReader, java.lang.String, org.apache.lucene.util.BytesRef, int);
descriptor: (Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;I)Lorg/apache/lucene/index/PostingsEnum;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 1
aload 1
ifnonnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 2
aload 2
ifnonnull 2
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
aload 1
invokestatic org.apache.lucene.index.MultiTerms.getTerms:(Lorg/apache/lucene/index/IndexReader;Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
astore 4
start local 4 3: aload 4
ifnull 7
4: aload 4
invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
astore 5
start local 5 5: aload 5
aload 2
invokevirtual org.apache.lucene.index.TermsEnum.seekExact:(Lorg/apache/lucene/util/BytesRef;)Z
ifeq 7
6: aload 5
aconst_null
iload 3
invokevirtual org.apache.lucene.index.TermsEnum.postings:(Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
areturn
end local 5 7: StackMap locals: org.apache.lucene.index.Terms
StackMap stack:
aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 r Lorg/apache/lucene/index/IndexReader;
0 8 1 field Ljava/lang/String;
0 8 2 term Lorg/apache/lucene/util/BytesRef;
0 8 3 flags I
3 8 4 terms Lorg/apache/lucene/index/Terms;
5 7 5 termsEnum Lorg/apache/lucene/index/TermsEnum;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
r
field
term
flags
public org.apache.lucene.index.Terms[] getSubTerms();
descriptor: ()[Lorg/apache/lucene/index/Terms;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public org.apache.lucene.index.ReaderSlice[] getSubSlices();
descriptor: ()[Lorg/apache/lucene/index/ReaderSlice;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public org.apache.lucene.index.TermsEnum intersect(org.apache.lucene.util.automaton.CompiledAutomaton, org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/automaton/CompiledAutomaton;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=3
start local 0 start local 1 start local 2 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
start local 3 1: iconst_0
istore 4
start local 4 2: goto 7
3: StackMap locals: java.util.List int
StackMap stack:
aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
iload 4
aaload
aload 1
aload 2
invokevirtual org.apache.lucene.index.Terms.intersect:(Lorg/apache/lucene/util/automaton/CompiledAutomaton;Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum;
astore 5
start local 5 4: aload 5
ifnull 6
5: aload 3
new org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex
dup
aload 5
iload 4
invokespecial org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.<init>:(Lorg/apache/lucene/index/TermsEnum;I)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 5 6: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
arraylength
if_icmplt 3
end local 4 8: aload 3
invokeinterface java.util.List.size:()I
ifle 10
9: new org.apache.lucene.index.MultiTermsEnum
dup
aload 0
getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
invokespecial org.apache.lucene.index.MultiTermsEnum.<init>:([Lorg/apache/lucene/index/ReaderSlice;)V
aload 3
getstatic org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.EMPTY_ARRAY:[Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex[]
invokevirtual org.apache.lucene.index.MultiTermsEnum.reset:([Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;)Lorg/apache/lucene/index/TermsEnum;
areturn
10: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermsEnum.EMPTY:Lorg/apache/lucene/index/TermsEnum;
areturn
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/index/MultiTerms;
0 11 1 compiled Lorg/apache/lucene/util/automaton/CompiledAutomaton;
0 11 2 startTerm Lorg/apache/lucene/util/BytesRef;
1 11 3 termsEnums Ljava/util/List<Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;>;
2 8 4 i I
4 6 5 termsEnum Lorg/apache/lucene/index/TermsEnum;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
compiled
startTerm
public org.apache.lucene.util.BytesRef getMin();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 7
StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 2
invokevirtual org.apache.lucene.index.Terms.getMin:()Lorg/apache/lucene/util/BytesRef;
astore 6
start local 6 4: aload 1
ifnull 5
aload 6
aload 1
invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
ifge 6
5: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] org.apache.lucene.util.BytesRef
StackMap stack:
aload 6
astore 1
end local 6 end local 2 6: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 4
if_icmplt 2
8: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/MultiTerms;
1 9 1 minTerm Lorg/apache/lucene/util/BytesRef;
3 6 2 terms Lorg/apache/lucene/index/Terms;
4 6 6 term Lorg/apache/lucene/util/BytesRef;
Exceptions:
throws java.io.IOException
public org.apache.lucene.util.BytesRef getMax();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 7
StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 2
invokevirtual org.apache.lucene.index.Terms.getMax:()Lorg/apache/lucene/util/BytesRef;
astore 6
start local 6 4: aload 1
ifnull 5
aload 6
aload 1
invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
ifle 6
5: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] org.apache.lucene.util.BytesRef
StackMap stack:
aload 6
astore 1
end local 6 end local 2 6: StackMap locals: org.apache.lucene.index.MultiTerms org.apache.lucene.util.BytesRef top int int org.apache.lucene.index.Terms[]
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 4
if_icmplt 2
8: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/MultiTerms;
1 9 1 maxTerm Lorg/apache/lucene/util/BytesRef;
3 6 2 terms Lorg/apache/lucene/index/Terms;
4 6 6 term Lorg/apache/lucene/util/BytesRef;
Exceptions:
throws java.io.IOException
public org.apache.lucene.index.TermsEnum iterator();
descriptor: ()Lorg/apache/lucene/index/TermsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 7
3: StackMap locals: java.util.List int
StackMap stack:
aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
iload 2
aaload
invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
astore 3
start local 3 4: aload 3
ifnull 6
5: aload 1
new org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex
dup
aload 3
iload 2
invokespecial org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.<init>:(Lorg/apache/lucene/index/TermsEnum;I)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
arraylength
if_icmplt 3
end local 2 8: aload 1
invokeinterface java.util.List.size:()I
ifle 10
9: new org.apache.lucene.index.MultiTermsEnum
dup
aload 0
getfield org.apache.lucene.index.MultiTerms.subSlices:[Lorg/apache/lucene/index/ReaderSlice;
invokespecial org.apache.lucene.index.MultiTermsEnum.<init>:([Lorg/apache/lucene/index/ReaderSlice;)V
aload 1
getstatic org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex.EMPTY_ARRAY:[Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex[]
invokevirtual org.apache.lucene.index.MultiTermsEnum.reset:([Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;)Lorg/apache/lucene/index/TermsEnum;
areturn
10: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermsEnum.EMPTY:Lorg/apache/lucene/index/TermsEnum;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/lucene/index/MultiTerms;
1 11 1 termsEnums Ljava/util/List<Lorg/apache/lucene/index/MultiTermsEnum$TermsEnumIndex;>;
2 8 2 i I
4 6 3 termsEnum Lorg/apache/lucene/index/TermsEnum;
Exceptions:
throws java.io.IOException
public long size();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc -1
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public long getSumTotalTermFreq();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 7
StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
StackMap stack:
2: aload 6
iload 4
aaload
astore 3
start local 3 3: aload 3
invokevirtual org.apache.lucene.index.Terms.getSumTotalTermFreq:()J
lstore 7
start local 7 4: getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 5
lload 7
ldc -1
lcmp
ifne 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals: org.apache.lucene.index.MultiTerms long org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] long
StackMap stack:
lload 1
lload 7
ladd
lstore 1
end local 7 end local 3 6: iinc 4 1
StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
StackMap stack:
7: iload 4
iload 5
if_icmplt 2
8: lload 1
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/MultiTerms;
1 9 1 sum J
3 6 3 terms Lorg/apache/lucene/index/Terms;
4 6 7 v J
Exceptions:
throws java.io.IOException
public long getSumDocFreq();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=9, args_size=1
start local 0 0: lconst_0
lstore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 7
StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
StackMap stack:
2: aload 6
iload 4
aaload
astore 3
start local 3 3: aload 3
invokevirtual org.apache.lucene.index.Terms.getSumDocFreq:()J
lstore 7
start local 7 4: getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 5
lload 7
ldc -1
lcmp
ifne 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals: org.apache.lucene.index.MultiTerms long org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] long
StackMap stack:
lload 1
lload 7
ladd
lstore 1
end local 7 end local 3 6: iinc 4 1
StackMap locals: org.apache.lucene.index.MultiTerms long top int int org.apache.lucene.index.Terms[]
StackMap stack:
7: iload 4
iload 5
if_icmplt 2
8: lload 1
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/MultiTerms;
1 9 1 sum J
3 6 3 terms Lorg/apache/lucene/index/Terms;
4 6 7 v J
Exceptions:
throws java.io.IOException
public int getDocCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=7, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: aload 0
getfield org.apache.lucene.index.MultiTerms.subs:[Lorg/apache/lucene/index/Terms;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 7
StackMap locals: org.apache.lucene.index.MultiTerms int top int int org.apache.lucene.index.Terms[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 2
invokevirtual org.apache.lucene.index.Terms.getDocCount:()I
istore 6
start local 6 4: getstatic org.apache.lucene.index.MultiTerms.$assertionsDisabled:Z
ifne 5
iload 6
iconst_m1
if_icmpne 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals: org.apache.lucene.index.MultiTerms int org.apache.lucene.index.Terms int int org.apache.lucene.index.Terms[] int
StackMap stack:
iload 1
iload 6
iadd
istore 1
end local 6 end local 2 6: iinc 3 1
StackMap locals: org.apache.lucene.index.MultiTerms int top int int org.apache.lucene.index.Terms[]
StackMap stack:
7: iload 3
iload 4
if_icmplt 2
8: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/MultiTerms;
1 9 1 sum I
3 6 2 terms Lorg/apache/lucene/index/Terms;
4 6 6 v I
Exceptions:
throws java.io.IOException
public boolean hasFreqs();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.hasFreqs:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public boolean hasOffsets();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.hasOffsets:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public boolean hasPositions();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.hasPositions:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
public boolean hasPayloads();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.MultiTerms.hasPayloads:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/MultiTerms;
}
SourceFile: "MultiTerms.java"
InnerClasses:
TermsEnumIndex = org.apache.lucene.index.MultiTermsEnum$TermsEnumIndex of org.apache.lucene.index.MultiTermsEnum