Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FastCompressingCodec

    CompressionCodec that uses Lucene.Net.Codecs.Compressing.CompressionMode.FAST.

    Inheritance
    System.Object
    Lucene.Net.Codecs.Codec
    Lucene.Net.Codecs.FilterCodec
    CompressingCodec
    FastCompressingCodec
    Inherited Members
    CompressingCodec.RandomInstance(Random, Int32, Boolean)
    CompressingCodec.RandomInstance(Random)
    CompressingCodec.RandomInstance(Random, Boolean)
    CompressingCodec.StoredFieldsFormat
    CompressingCodec.TermVectorsFormat
    CompressingCodec.ToString()
    Lucene.Net.Codecs.FilterCodec.m_delegate
    Lucene.Net.Codecs.FilterCodec.DocValuesFormat
    Lucene.Net.Codecs.FilterCodec.FieldInfosFormat
    Lucene.Net.Codecs.FilterCodec.LiveDocsFormat
    Lucene.Net.Codecs.FilterCodec.PostingsFormat
    Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat
    Lucene.Net.Codecs.Codec.SetCodecFactory(Lucene.Net.Codecs.ICodecFactory)
    Lucene.Net.Codecs.Codec.GetCodecFactory()
    Lucene.Net.Codecs.Codec.Name
    Lucene.Net.Codecs.Codec.ForName(System.String)
    Lucene.Net.Codecs.Codec.AvailableCodecs
    Lucene.Net.Codecs.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
    Lucene.Net.Codecs.NormsFormat
    Overrides
    Lucene.Net.Codecs.FilterCodec.NormsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 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.