Uses of Class
org.terrier.structures.BaseCompressingMetaIndex
-
Packages that use BaseCompressingMetaIndex Package Description org.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform. -
-
Uses of BaseCompressingMetaIndex in org.terrier.structures
Subclasses of BaseCompressingMetaIndex in org.terrier.structures Modifier and Type Class Description class
CompressingMetaIndex
Implementation of BaseCompressingMetaIndex that uses Zlib deflate algorithm to compress entriesclass
LZ4CompressedMetaIndex
MetaIndex implementation for when records are compressed using LZ4class
UncompressedMetaIndex
class
ZstdCompressedMetaIndex
MetaIndex implementation for when records are compressed using Zstandard
-