Class DummyCompressingCodec
CompressingCodec that does not compress data, useful for testing.
Inherited Members
Namespace: Lucene.Net.Codecs.Compressing.Dummy
Assembly: Lucene.Net.TestFramework.dll
Syntax
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 |