class org.apache.lucene.index.FreqProxFields$FreqProxTerms extends org.apache.lucene.index.Terms
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.FreqProxFields$FreqProxTerms
super_class: org.apache.lucene.index.Terms
{
final org.apache.lucene.index.FreqProxTermsWriterPerField terms;
descriptor: Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
flags: (0x0010) ACC_FINAL
public void <init>(org.apache.lucene.index.FreqProxTermsWriterPerField);
descriptor: (Lorg/apache/lucene/index/FreqProxTermsWriterPerField;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.apache.lucene.index.Terms.<init>:()V
1: aload 0
aload 1
putfield org.apache.lucene.index.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
0 3 1 terms Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
MethodParameters:
Name Flags
terms
public org.apache.lucene.index.TermsEnum iterator();
descriptor: ()Lorg/apache/lucene/index/TermsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum
dup
aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
invokespecial org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.<init>:(Lorg/apache/lucene/index/FreqProxTermsWriterPerField;)V
astore 1
start local 1 1: aload 1
invokevirtual org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum.reset:()V
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
1 3 1 termsEnum Lorg/apache/lucene/index/FreqProxFields$FreqProxTermsEnum;
public long size();
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$FreqProxTerms;
public long getSumTotalTermFreq();
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$FreqProxTerms;
public long getSumDocFreq();
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$FreqProxTerms;
public int getDocCount();
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$FreqProxTerms;
public boolean hasFreqs();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.indexOptions:Lorg/apache/lucene/index/IndexOptions;
getstatic org.apache.lucene.index.IndexOptions.DOCS_AND_FREQS:Lorg/apache/lucene/index/IndexOptions;
invokevirtual org.apache.lucene.index.IndexOptions.compareTo:(Ljava/lang/Enum;)I
iflt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
public boolean hasOffsets();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.indexOptions:Lorg/apache/lucene/index/IndexOptions;
getstatic org.apache.lucene.index.IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS:Lorg/apache/lucene/index/IndexOptions;
invokevirtual org.apache.lucene.index.IndexOptions.compareTo:(Ljava/lang/Enum;)I
iflt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
public boolean hasPositions();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.indexOptions:Lorg/apache/lucene/index/IndexOptions;
getstatic org.apache.lucene.index.IndexOptions.DOCS_AND_FREQS_AND_POSITIONS:Lorg/apache/lucene/index/IndexOptions;
invokevirtual org.apache.lucene.index.IndexOptions.compareTo:(Ljava/lang/Enum;)I
iflt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
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.FreqProxFields$FreqProxTerms.terms:Lorg/apache/lucene/index/FreqProxTermsWriterPerField;
getfield org.apache.lucene.index.FreqProxTermsWriterPerField.sawPayloads:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/FreqProxFields$FreqProxTerms;
}
SourceFile: "FreqProxFields.java"
NestHost: org.apache.lucene.index.FreqProxFields
InnerClasses:
private FreqProxTerms = org.apache.lucene.index.FreqProxFields$FreqProxTerms of org.apache.lucene.index.FreqProxFields
private FreqProxTermsEnum = org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum of org.apache.lucene.index.FreqProxFields