|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitInSeekable | |
---|---|
uk.ac.gla.terrier.compression | Provides implementation of a random access file and input and output streams where we can read or write gamma, unary and binary encoded integers. |
uk.ac.gla.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
Uses of BitInSeekable in uk.ac.gla.terrier.compression |
---|
Classes in uk.ac.gla.terrier.compression that implement BitInSeekable | |
---|---|
class |
BitFile
This class encapsulates a random access file and provides the functionalities to write binary encoded, unary encoded and gamma encoded integers greater than zero, as well as specifying their offset in the file. |
class |
BitFileInMemory
Class which enables a BitFile to be read in memory |
class |
OldBitFile
This class encapsulates a random access file and provides the functionalities to write highly compressed data structures, eg binary encoded, unary encoded and gamma encoded integers greater than zero, as well as specifying their offset in the file. |
Uses of BitInSeekable in uk.ac.gla.terrier.structures |
---|
Methods in uk.ac.gla.terrier.structures that return BitInSeekable | |
---|---|
BitInSeekable |
InvertedIndex.getBitFile()
Returns the underlying bit file, in order to make more efficient use of the bit file during assigning scores to the retrieved documents. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |