class org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum extends org.apache.lucene.index.BaseTermsEnum
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum
super_class: org.apache.lucene.index.BaseTermsEnum
{
final org.apache.lucene.index.FreqProxTermsWriterPerField terms;
descriptor: Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
flags: (0x0010) ACC_FINAL
final int[] sortedTermIDs;
descriptor: [I
flags: (0x0010) ACC_FINAL
final org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray postingsArray;
descriptor: Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
flags: (0x0010) ACC_FINAL
final org.apache.lucene.util.BytesRef scratch;
descriptor: Lorg/apache/lucene/util/BytesRef;
flags: (0x0010) ACC_FINAL
final int numTerms;
descriptor: I
flags: (0x0010) ACC_FINAL
int ord;
descriptor: I
flags: (0x0000)
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/FreqProxFields;
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.FreqProxFields$FreqProxTermsEnum.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.apache.lucene.index.FreqProxTermsWriterPerField);
descriptor: (Lorg/apache/lucene/index/FreqProxTermsWriterPerField;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.apache.lucene.index.BaseTermsEnum.<init>:()V
1: aload 0
new org.apache.lucene.util.BytesRef
dup
invokespecial org.apache.lucene.util.BytesRef.<init>:()V
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
2: aload 0
aload 1
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
3: aload 0
aload 1
invokevirtual org.apache.lucene.index.FreqProxTermsWriterPerField.getNumTerms:()I
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.numTerms:I
4: aload 0
aload 1
invokevirtual org.apache.lucene.index.FreqProxTermsWriterPerField.getSortedTermIDs:()[I
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
5: getstatic org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.$assertionsDisabled:Z
ifne 6
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
ifnonnull 6
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
6: StackMap locals: org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum org.apache.lucene.index.FreqProxTermsWriterPerField
StackMap stack:
aload 0
aload 1
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.postingsArray:Lorg/apache/lucene/index/ParallelPostingsArray;
checkcast org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
7: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
0 8 1 terms Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
MethodParameters:
Name Flags
terms
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_m1
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public org.apache.lucene.index.TermsEnum$SeekStatus seekCeil(org.apache.lucene.util.BytesRef);
descriptor: (Lorg/apache/lucene/util/BytesRef;)Lorg/apache/lucene/index/TermsEnum$SeekStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.numTerms:I
iconst_1
isub
istore 3
start local 3 2: goto 16
3: StackMap locals: int int
StackMap stack:
iload 2
iload 3
iadd
iconst_1
iushr
istore 4
start local 4 4: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.textStarts:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
iload 4
iaload
iaload
istore 5
start local 5 5: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.bytePool:Lorg/apache/lucene/util/ByteBlockPool;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
iload 5
invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
6: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
aload 1
invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
istore 6
start local 6 7: iload 6
ifge 10
8: iload 4
iconst_1
iadd
istore 2
9: goto 16
StackMap locals: int int int
StackMap stack:
10: iload 6
ifle 13
11: iload 4
iconst_1
isub
istore 3
12: goto 16
13: StackMap locals:
StackMap stack:
aload 0
iload 4
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
14: getstatic org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.$assertionsDisabled:Z
ifne 15
aload 0
invokevirtual org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.term:()Lorg/apache/lucene/util/BytesRef;
aload 1
invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
ifeq 15
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
15: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.TermsEnum$SeekStatus.FOUND:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
areturn
end local 6 end local 5 end local 4 16: StackMap locals:
StackMap stack:
iload 3
iload 2
if_icmpge 3
17: aload 0
iload 2
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
18: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.numTerms:I
if_icmplt 20
19: getstatic org.apache.lucene.index.TermsEnum$SeekStatus.END:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
areturn
20: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.textStarts:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iaload
iaload
istore 4
start local 4 21: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.bytePool:Lorg/apache/lucene/util/ByteBlockPool;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
iload 4
invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
22: getstatic org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.$assertionsDisabled:Z
ifne 23
aload 0
invokevirtual org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.term:()Lorg/apache/lucene/util/BytesRef;
aload 1
invokevirtual org.apache.lucene.util.BytesRef.compareTo:(Lorg/apache/lucene/util/BytesRef;)I
ifgt 23
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
23: StackMap locals: int
StackMap stack:
getstatic org.apache.lucene.index.TermsEnum$SeekStatus.NOT_FOUND:Lorg/apache/lucene/index/TermsEnum$SeekStatus;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
0 24 1 text Lorg/apache/lucene/util/BytesRef;
1 24 2 lo I
2 24 3 hi I
4 16 4 mid I
5 16 5 textStart I
7 16 6 cmp I
21 24 4 textStart I
MethodParameters:
Name Flags
text
public void seekExact(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
lload 1
l2i
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
1: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.textStarts:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iaload
iaload
istore 3
start local 3 2: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.bytePool:Lorg/apache/lucene/util/ByteBlockPool;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
iload 3
invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
0 4 1 ord J
2 4 3 textStart I
MethodParameters:
Name Flags
ord
public org.apache.lucene.util.BytesRef next();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
dup
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iconst_1
iadd
putfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
1: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.numTerms:I
if_icmplt 3
2: aconst_null
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.textStarts:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iaload
iaload
istore 1
start local 1 4: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.bytePool:Lorg/apache/lucene/util/ByteBlockPool;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
iload 1
invokevirtual org.apache.lucene.util.ByteBlockPool.setBytesRef:(Lorg/apache/lucene/util/BytesRef;I)V
5: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
4 6 1 textStart I
public org.apache.lucene.util.BytesRef term();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.scratch:Lorg/apache/lucene/util/BytesRef;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public long ord();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public int docFreq();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public long totalTermFreq();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public org.apache.lucene.index.PostingsEnum postings(org.apache.lucene.index.PostingsEnum, int);
descriptor: (Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 2
bipush 24
invokestatic org.apache.lucene.index.PostingsEnum.featureRequested:(IS)Z
ifeq 13
1: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.hasProx:Z
ifne 3
2: new java.lang.IllegalArgumentException
dup
ldc "did not index positions"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.hasOffsets:Z
ifne 5
iload 2
bipush 56
invokestatic org.apache.lucene.index.PostingsEnum.featureRequested:(IS)Z
ifeq 5
4: new java.lang.IllegalArgumentException
dup
ldc "did not index offsets"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 1
instanceof org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum
ifeq 10
6: aload 1
checkcast org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum
astore 3
start local 3 7: aload 3
getfield org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
if_acmpeq 11
8: new org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum
dup
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum.<init>:(Lorg/apache/lucene/index/FreqProxTermsWriterPerField;Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;)V
astore 3
9: goto 11
end local 3 10: StackMap locals:
StackMap stack:
new org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum
dup
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum.<init>:(Lorg/apache/lucene/index/FreqProxTermsWriterPerField;Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;)V
astore 3
start local 3 11: StackMap locals: org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum
StackMap stack:
aload 3
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iaload
invokevirtual org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum.reset:(I)V
12: aload 3
areturn
end local 3 13: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.hasFreq:Z
ifne 15
iload 2
bipush 8
invokestatic org.apache.lucene.index.PostingsEnum.featureRequested:(IS)Z
ifeq 15
14: new java.lang.IllegalArgumentException
dup
ldc "did not index freq"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals:
StackMap stack:
aload 1
instanceof org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
ifeq 20
16: aload 1
checkcast org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
astore 3
start local 3 17: aload 3
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
if_acmpeq 21
18: new org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
dup
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.<init>:(Lorg/apache/lucene/index/FreqProxTermsWriterPerField;Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;)V
astore 3
19: goto 21
end local 3 20: StackMap locals:
StackMap stack:
new org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
dup
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.<init>:(Lorg/apache/lucene/index/FreqProxTermsWriterPerField;Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;)V
astore 3
start local 3 21: StackMap locals: org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
StackMap stack:
aload 3
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.sortedTermIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.ord:I
iaload
invokevirtual org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reset:(I)V
22: aload 3
areturn
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/FreqProxFields$FreqProxTermsEnum;
0 23 1 reuse Lorg/apache/lucene/index/PostingsEnum;
0 23 2 flags I
7 10 3 posEnum Lorg/apache/lucene/index/FreqProxFields$FreqProxPostingsEnum;
11 13 3 posEnum Lorg/apache/lucene/index/FreqProxFields$FreqProxPostingsEnum;
17 20 3 docsEnum Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
21 23 3 docsEnum Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
MethodParameters:
Name Flags
reuse
flags
public org.apache.lucene.index.ImpactsEnum impacts(int);
descriptor: (I)Lorg/apache/lucene/index/ImpactsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
0 1 1 flags I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
flags
public org.apache.lucene.index.TermState termState();
descriptor: ()Lorg/apache/lucene/index/TermState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum$1
dup
aload 0
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum$1.<init>:(Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
Exceptions:
throws java.io.IOException
}
SourceFile: "FreqProxFields.java"
NestHost: org.apache.lucene.index.FreqProxFields
InnerClasses:
private FreqProxDocsEnum = org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum of org.apache.lucene.index.FreqProxFields
private FreqProxPostingsEnum = org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum of org.apache.lucene.index.FreqProxFields
private FreqProxTermsEnum = org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum of org.apache.lucene.index.FreqProxFields
org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum$1
final FreqProxPostingsArray = org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray of org.apache.lucene.index.FreqProxTermsWriterPerField
public final SeekStatus = org.apache.lucene.index.TermsEnum$SeekStatus of org.apache.lucene.index.TermsEnum