Show / Hide Table of Contents

    Class FastCompressingCodec

    CompressionCodec that uses FAST.

    Inheritance
    System.Object
    Codec
    FilterCodec
    CompressingCodec
    FastCompressingCodec
    Inherited Members
    CompressingCodec.RandomInstance(Random, Int32, Boolean)
    CompressingCodec.RandomInstance(Random)
    CompressingCodec.RandomInstance(Random, Boolean)
    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
    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 Source

    FastCompressingCodec()

    Default constructor.

    Declaration
    public FastCompressingCodec()
    | Improve this Doc View Source

    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 Source

    NormsFormat

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