Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by Arun C Murthy: http://wiki.apache.org/lucene-hadoop/SequenceFile ------------------------------------------------------------------------------ * valueClassName - String * compression - A boolean which specifies if ''compression'' is turned on for keys/values in this file. * blockCompression - A boolean which specifies if ''block compression'' is turned on for keys/values in this file. - * compressor class - The classname of the custom compressor which is used to compress keys/values in this !SequenceFile (if compression is enabled). + * compressor class - The classname of the [http://lucene.apache.org/hadoop/api/index.html?org/apache/hadoop/io/compress/CompressionCodec.html CompressionCodec] which is used to compress/decompress keys and/or values in this !SequenceFile (if compression is enabled). * metadata - [http://lucene.apache.org/hadoop/docs/api/org/apache/hadoop/io/SequenceFile.Metadata.html SequenceFile.Metadata] for this file (key/value pairs) * sync - A sync marker to denote end of the header.