Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class DummyCompressingCodec

    CompressingCodec that does not compress data, useful for testing.

    Inheritance
    object
    Codec
    FilterCodec
    CompressingCodec
    DummyCompressingCodec
    Inherited Members
    CompressingCodec.RandomInstance(Random, int, bool)
    CompressingCodec.RandomInstance(Random)
    CompressingCodec.RandomInstance(Random, bool)
    CompressingCodec.StoredFieldsFormat
    CompressingCodec.TermVectorsFormat
    CompressingCodec.ToString()
    FilterCodec.m_delegate
    FilterCodec.DocValuesFormat
    FilterCodec.FieldInfosFormat
    FilterCodec.LiveDocsFormat
    FilterCodec.NormsFormat
    FilterCodec.PostingsFormat
    FilterCodec.SegmentInfoFormat
    Codec.SetCodecFactory(ICodecFactory)
    Codec.GetCodecFactory()
    Codec.Name
    Codec.ForName(string)
    Codec.AvailableCodecs
    Codec.Default
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Compressing.Dummy
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    [CodecName("DummyCompressingStoredFields")]
    public class DummyCompressingCodec : CompressingCodec

    Constructors

    DummyCompressingCodec()

    Default constructor.

    Declaration
    public DummyCompressingCodec()

    DummyCompressingCodec(int, bool)

    Constructor that allows to configure the chunkSize.

    Declaration
    public DummyCompressingCodec(int chunkSize, bool withSegmentSuffix)
    Parameters
    Type Name Description
    int chunkSize
    bool withSegmentSuffix

    Fields

    DUMMY

    CompressingCodec that does not compress data, useful for testing.

    Declaration
    public static readonly CompressionMode DUMMY
    Field Value
    Type Description
    CompressionMode
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.