|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.structures.DirectInvertedOutputStream org.terrier.structures.DirectInvertedDocidOnlyOuptutStream
public class DirectInvertedDocidOnlyOuptutStream
A BitPosting writing class that doesnt write any frequency information
Field Summary |
---|
Fields inherited from class org.terrier.structures.DirectInvertedOutputStream |
---|
logger, output |
Constructor Summary | |
---|---|
DirectInvertedDocidOnlyOuptutStream(BitOut out)
Constructs an instance of the class with |
|
DirectInvertedDocidOnlyOuptutStream(java.lang.String filename)
Constructs an instance of the class with |
Method Summary | |
---|---|
protected void |
writePostingNotDocid(Posting p)
Hook method for writing out the remainder of the posting |
Methods inherited from class org.terrier.structures.DirectInvertedOutputStream |
---|
close, getBitOffset, getBitOut, getByteOffset, getOffset, getPostingIteratorClass, writeNoFieldPostings, writePostings, writePostings, writePostings, writePostings, writePostings, writePostings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectInvertedDocidOnlyOuptutStream(java.lang.String filename) throws java.io.IOException
filename
-
java.io.IOException
public DirectInvertedDocidOnlyOuptutStream(BitOut out)
out
- Method Detail |
---|
protected void writePostingNotDocid(Posting p) throws java.io.IOException
DirectInvertedOutputStream
writePostingNotDocid
in class DirectInvertedOutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |