Show / Hide Table of Contents

    Class DummyCompressingCodec

    CompressingCodec that does not compress data, useful for testing.

    Inheritance
    System.Object
    CompressingCodec
    DummyCompressingCodec
    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.Dummy
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class DummyCompressingCodec : CompressingCodec

    Constructors

    | Improve this Doc View Source

    DummyCompressingCodec()

    Default constructor.

    Declaration
    public DummyCompressingCodec()
    | Improve this Doc View Source

    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 Source

    DUMMY

    Declaration
    public static readonly CompressionMode DUMMY
    Field Value
    Type Description
    CompressionMode
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)