Class FastCompressingCodec
CompressionCodec that uses FAST.
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
Assembly: Lucene.Net.TestFramework.dll
Syntax
[CodecName("FastCompressingStoredFields")]
public class FastCompressingCodec : CompressingCodec
Constructors
| Improve this Doc View SourceFastCompressingCodec()
Default constructor.
Declaration
public FastCompressingCodec()
FastCompressingCodec(Int32, Boolean)
Constructor that allows to configure the chunk size.
Declaration
public FastCompressingCodec(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 |