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 classCompressingMetaIndexImplementation of BaseCompressingMetaIndex that uses Zlib deflate algorithm to compress entriesclassLZ4CompressedMetaIndexMetaIndex implementation for when records are compressed using LZ4classUncompressedMetaIndexclassZstdCompressedMetaIndexMetaIndex implementation for when records are compressed using Zstandard
-