public abstract class org.apache.lucene.codecs.PostingsWriterBase implements java.io.Closeable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.codecs.PostingsWriterBase
super_class: java.lang.Object
{
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/codecs/PostingsWriterBase;
public abstract void init(org.apache.lucene.store.IndexOutput, org.apache.lucene.index.SegmentWriteState);
descriptor: (Lorg/apache/lucene/store/IndexOutput;Lorg/apache/lucene/index/SegmentWriteState;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
termsOut
state
public abstract org.apache.lucene.codecs.BlockTermState writeTerm(org.apache.lucene.util.BytesRef, org.apache.lucene.index.TermsEnum, org.apache.lucene.util.FixedBitSet, org.apache.lucene.codecs.NormsProducer);
descriptor: (Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/TermsEnum;Lorg/apache/lucene/util/FixedBitSet;Lorg/apache/lucene/codecs/NormsProducer;)Lorg/apache/lucene/codecs/BlockTermState;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
term
termsEnum
docsSeen
norms
public abstract void encodeTerm(org.apache.lucene.store.DataOutput, org.apache.lucene.index.FieldInfo, org.apache.lucene.codecs.BlockTermState, boolean);
descriptor: (Lorg/apache/lucene/store/DataOutput;Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/codecs/BlockTermState;Z)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
fieldInfo
state
absolute
public abstract void setField(org.apache.lucene.index.FieldInfo);
descriptor: (Lorg/apache/lucene/index/FieldInfo;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
fieldInfo
public abstract void close();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
}
SourceFile: "PostingsWriterBase.java"