|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.structures.DirectInvertedOutputStream uk.ac.gla.terrier.structures.BlockDirectInvertedOutputStream
public class BlockDirectInvertedOutputStream
Writes a block direct or block inverted index, when passed appropriate posting lists.
Constructor Summary | |
---|---|
BlockDirectInvertedOutputStream(BitOut out,
int binaryBits)
Creates a new output stream, writing to the specified BitOut implementation. |
|
BlockDirectInvertedOutputStream(java.lang.String filename,
int binaryBits)
Creates a new output stream, writing a BitOutputStream to the specified file. |
Method Summary |
---|
Methods inherited from class uk.ac.gla.terrier.structures.DirectInvertedOutputStream |
---|
close, getBitOffset, getBitOut, getByteOffset, writePostings, writePostings |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockDirectInvertedOutputStream(java.lang.String filename, int binaryBits) throws java.io.IOException
filename
- Location of the file to write tobinaryBits
- the number of fields in this index
java.io.IOException
public BlockDirectInvertedOutputStream(BitOut out, int binaryBits)
out
- BitOut implementation to write the file tobinaryBits
- the number of fields in this index
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |