|
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.InvertedIndexInputStream
public class InvertedIndexInputStream
Reads an InvertedIndex as a stream
Constructor Summary | |
---|---|
InvertedIndexInputStream(BitIn invFile,
LexiconInputStream lis)
|
|
InvertedIndexInputStream(java.lang.String filename,
LexiconInputStream lis)
|
|
InvertedIndexInputStream(java.lang.String path,
java.lang.String prefix,
LexiconInputStream lis)
|
Method Summary | |
---|---|
void |
close()
close this index data structure |
int[][] |
getNextDocuments()
|
void |
print()
|
void |
reOpenLegacyBitFile()
forces the data structure to reopen the underlying bitfile using the legacy implementation of BitFile (OldBitFile) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvertedIndexInputStream(java.lang.String path, java.lang.String prefix, LexiconInputStream lis) throws java.io.IOException
java.io.IOException
public InvertedIndexInputStream(java.lang.String filename, LexiconInputStream lis) throws java.io.IOException
java.io.IOException
public InvertedIndexInputStream(BitIn invFile, LexiconInputStream lis) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void reOpenLegacyBitFile() throws java.io.IOException
java.io.IOException
public int[][] getNextDocuments() throws java.io.IOException
java.io.IOException
public void print()
public void close()
Closeable
close
in interface Closeable
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |