Class FastDecompressionCompressingCodec
CompressingCodec that uses
Inherited Members
Namespace: Lucene.Net.Codecs.Compressing
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class FastDecompressionCompressingCodec : CompressingCodec
Constructors
| Improve this Doc View SourceFastDecompressionCompressingCodec()
Default constructor.
Declaration
public FastDecompressionCompressingCodec()
FastDecompressionCompressingCodec(Int32, Boolean)
Constructor that allows to configure the chunkSize
.
Declaration
public FastDecompressionCompressingCodec(int chunkSize, bool withSegmentSuffix)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | chunkSize | |
System.Boolean | withSegmentSuffix |
Properties
| Improve this Doc View SourceNormsFormat
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Type | Description |
---|---|
NormsFormat |