|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.PostingsConsumer
org.apache.lucene.codecs.PostingsWriterBase
org.apache.lucene.codecs.lucene40.Lucene40PostingsWriter
public final class Lucene40PostingsWriter
Concrete class that writes the 4.0 frq/prx postings format.
Lucene40PostingsFormat| Constructor Summary | |
|---|---|
Lucene40PostingsWriter(SegmentWriteState state)
Creates a Lucene40PostingsWriter, with the
DEFAULT_SKIP_INTERVAL. |
|
Lucene40PostingsWriter(SegmentWriteState state,
int skipInterval)
Creates a Lucene40PostingsWriter, with the
specified skipInterval. |
|
| Method Summary | |
|---|---|
void |
addPosition(int position,
BytesRef payload,
int startOffset,
int endOffset)
Add a new position & payload |
void |
close()
|
void |
encodeTerm(long[] empty,
DataOutput out,
FieldInfo fieldInfo,
BlockTermState _state,
boolean absolute)
|
void |
finishDoc()
|
void |
finishTerm(BlockTermState _state)
Called when we are done adding docs to this term |
void |
init(IndexOutput termsOut)
|
BlockTermState |
newTermState()
|
int |
setField(FieldInfo fieldInfo)
|
void |
startDoc(int docID,
int termDocFreq)
|
void |
startTerm()
|
| Methods inherited from class org.apache.lucene.codecs.PostingsConsumer |
|---|
merge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lucene40PostingsWriter(SegmentWriteState state)
throws IOException
Lucene40PostingsWriter, with the
DEFAULT_SKIP_INTERVAL.
IOException
public Lucene40PostingsWriter(SegmentWriteState state,
int skipInterval)
throws IOException
Lucene40PostingsWriter, with the
specified skipInterval.
IOException| Method Detail |
|---|
public void init(IndexOutput termsOut)
throws IOException
init in class PostingsWriterBaseIOExceptionpublic BlockTermState newTermState()
newTermState in class PostingsWriterBasepublic void startTerm()
startTerm in class PostingsWriterBasepublic int setField(FieldInfo fieldInfo)
setField in class PostingsWriterBase
public void startDoc(int docID,
int termDocFreq)
throws IOException
startDoc in class PostingsConsumerIOException
public void addPosition(int position,
BytesRef payload,
int startOffset,
int endOffset)
throws IOException
addPosition in class PostingsConsumerIOExceptionpublic void finishDoc()
finishDoc in class PostingsConsumer
public void finishTerm(BlockTermState _state)
throws IOException
finishTerm in class PostingsWriterBaseIOException
public void encodeTerm(long[] empty,
DataOutput out,
FieldInfo fieldInfo,
BlockTermState _state,
boolean absolute)
throws IOException
encodeTerm in class PostingsWriterBaseIOException
public void close()
throws IOException
close in interface Closeableclose in class PostingsWriterBaseIOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||