Class LZ4CompressedMetaIndex

java.lang.Object
org.terrier.structures.BaseCompressingMetaIndex
org.terrier.structures.LZ4CompressedMetaIndex
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, MetaIndex

public class LZ4CompressedMetaIndex
extends BaseCompressingMetaIndex
MetaIndex implementation for when records are compressed using LZ4
Since:
5.5
  • Constructor Details

    • LZ4CompressedMetaIndex

      public LZ4CompressedMetaIndex​(IndexOnDisk index, java.lang.String structureName) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details