Class DummyCompressingCodec
CompressingCodec that does not compress data, useful for testing.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Codecs.Compressing.Dummy
Assembly: Lucene.Net.TestFramework.dll
Syntax
[CodecName("DummyCompressingStoredFields")]
public class DummyCompressingCodec : CompressingCodec
Constructors
| Improve this Doc View SourceDummyCompressingCodec()
Default constructor.
Declaration
public DummyCompressingCodec()
DummyCompressingCodec(Int32, Boolean)
Constructor that allows to configure the chunkSize
.
Declaration
public DummyCompressingCodec(int chunkSize, bool withSegmentSuffix)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | chunkSize | |
System.Boolean | withSegmentSuffix |
Fields
| Improve this Doc View SourceDUMMY
Declaration
public static readonly CompressionMode DUMMY
Field Value
Type | Description |
---|---|
CompressionMode |