Show / Hide Table of Contents

    Class FastDecompressionCompressingCodec

    CompressingCodec that uses .

    Inheritance
    System.Object
    CompressingCodec
    FastDecompressionCompressingCodec
    Inherited Members
    CompressingCodec.RandomInstance(Random, Int32, Boolean)
    CompressingCodec.RandomInstance(Random)
    CompressingCodec.RandomInstance(Random, Boolean)
    CompressingCodec.StoredFieldsFormat
    CompressingCodec.TermVectorsFormat
    CompressingCodec.ToString()
    Namespace: Lucene.Net.Codecs.Compressing
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class FastDecompressionCompressingCodec : CompressingCodec

    Constructors

    | Improve this Doc View Source

    FastDecompressionCompressingCodec()

    Default constructor.

    Declaration
    public FastDecompressionCompressingCodec()
    | Improve this Doc View Source

    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 Source

    NormsFormat

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)