class org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum extends org.apache.lucene.index.PostingsEnum
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum
super_class: org.apache.lucene.index.PostingsEnum
{
final org.apache.lucene.index.FreqProxTermsWriterPerField terms;
descriptor: Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
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.index.ByteSliceReader reader;
descriptor: Lorg/apache/lucene/index/ByteSliceReader;
flags: (0x0010) ACC_FINAL
final boolean readTermFreq;
descriptor: Z
flags: (0x0010) ACC_FINAL
int docID;
descriptor: I
flags: (0x0000)
int freq;
descriptor: I
flags: (0x0000)
boolean ended;
descriptor: Z
flags: (0x0000)
int termID;
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$FreqProxDocsEnum.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.lucene.index.FreqProxTermsWriterPerField, org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray);
descriptor: (Lorg/apache/lucene/index/FreqProxTermsWriterPerField;Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.apache.lucene.index.PostingsEnum.<init>:()V
1: aload 0
new org.apache.lucene.index.ByteSliceReader
dup
invokespecial org.apache.lucene.index.ByteSliceReader.<init>:()V
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reader:Lorg/apache/lucene/index/ByteSliceReader;
2: aload 0
iconst_m1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
3: aload 0
aload 1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
4: aload 0
aload 2
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
5: aload 0
aload 1
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.hasFreq:Z
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.readTermFreq:Z
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
0 7 1 terms Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
0 7 2 postingsArray Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
MethodParameters:
Name Flags
terms
postingsArray
public void reset(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.termID:I
1: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reader:Lorg/apache/lucene/index/ByteSliceReader;
iload 1
iconst_0
invokevirtual org.apache.lucene.index.FreqProxTermsWriterPerField.initReader:(Lorg/apache/lucene/index/ByteSliceReader;II)V
2: aload 0
iconst_0
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.ended:Z
3: aload 0
iconst_m1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
0 5 1 termID I
MethodParameters:
Name Flags
termID
public int docID();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
public int freq();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.readTermFreq:Z
ifne 2
1: new java.lang.IllegalStateException
dup
ldc "freq was not indexed"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.freq:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
public int nextPosition();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
Exceptions:
throws java.io.IOException
public int startOffset();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
Exceptions:
throws java.io.IOException
public int endOffset();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
Exceptions:
throws java.io.IOException
public org.apache.lucene.util.BytesRef getPayload();
descriptor: ()Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
Exceptions:
throws java.io.IOException
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
iconst_m1
if_icmpne 2
1: aload 0
iconst_0
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
2: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reader:Lorg/apache/lucene/index/ByteSliceReader;
invokevirtual org.apache.lucene.index.ByteSliceReader.eof:()Z
ifeq 10
3: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.ended:Z
ifeq 5
4: ldc 2147483647
ireturn
5: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.ended:Z
6: aload 0
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.termID:I
iaload
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
7: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.readTermFreq:Z
ifeq 20
8: aload 0
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.termFreqs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.termID:I
iaload
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.freq:I
9: goto 20
10: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reader:Lorg/apache/lucene/index/ByteSliceReader;
invokevirtual org.apache.lucene.index.ByteSliceReader.readVInt:()I
istore 1
start local 1 11: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.readTermFreq:Z
ifne 14
12: aload 0
dup
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
iload 1
iadd
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
13: goto 19
14: StackMap locals: int
StackMap stack:
aload 0
dup
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
iload 1
iconst_1
iushr
iadd
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
15: iload 1
iconst_1
iand
ifeq 18
16: aload 0
iconst_1
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.freq:I
17: goto 19
18: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.reader:Lorg/apache/lucene/index/ByteSliceReader;
invokevirtual org.apache.lucene.index.ByteSliceReader.readVInt:()I
putfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.freq:I
19: StackMap locals:
StackMap stack:
getstatic org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.$assertionsDisabled:Z
ifne 20
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.postingsArray:Lorg/apache/lucene/index/FreqProxTermsWriterPerField$FreqProxPostingsArray;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray.lastDocIDs:[I
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.termID:I
iaload
if_icmpne 20
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
end local 1 20: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxDocsEnum;
11 20 1 code I
Exceptions:
throws java.io.IOException
public int advance(int);
descriptor: (I)I
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$FreqProxDocsEnum;
0 1 1 target I
MethodParameters:
Name Flags
target
public long cost();
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$FreqProxDocsEnum;
}
SourceFile: "FreqProxFields.java"
NestHost: org.apache.lucene.index.FreqProxFields
InnerClasses:
private FreqProxDocsEnum = org.apache.lucene.index.FreqProxFields$FreqProxDocsEnum of org.apache.lucene.index.FreqProxFields
final FreqProxPostingsArray = org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray of org.apache.lucene.index.FreqProxTermsWriterPerField