Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FastDecompressionCompressingCodec

    CompressingCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST_DECOMPRESSION.

    Inheritance
    object
    Codec
    FilterCodec
    CompressingCodec
    FastDecompressionCompressingCodec
    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.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
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    [CodecName("FastDecompressionCompressingStoredFields")]
    public class FastDecompressionCompressingCodec : CompressingCodec

    Constructors

    FastDecompressionCompressingCodec()

    Default constructor.

    Declaration
    public FastDecompressionCompressingCodec()

    FastDecompressionCompressingCodec(int, bool)

    Constructor that allows to configure the chunkSize.

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

    Properties

    NormsFormat

    Encodes/decodes document normalization values.

    Declaration
    public override NormsFormat NormsFormat { get; }
    Property Value
    Type Description
    NormsFormat
    Overrides
    Lucene.Net.Codecs.FilterCodec.NormsFormat
    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.