Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AppendingCodec

    This codec uses an index format that is very similar to Lucene.Net.Codecs.Lucene40.Lucene40Codec but works on append-only outputs, such as plain output streams and append-only filesystems.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    Codec
    FilterCodec
    AppendingCodec
    Inherited Members
    FilterCodec.m_delegate
    FilterCodec.DocValuesFormat
    FilterCodec.FieldInfosFormat
    FilterCodec.LiveDocsFormat
    FilterCodec.NormsFormat
    FilterCodec.SegmentInfoFormat
    FilterCodec.StoredFieldsFormat
    FilterCodec.TermVectorsFormat
    Codec.SetCodecFactory(ICodecFactory)
    Codec.GetCodecFactory()
    Codec.Name
    Codec.ForName(string)
    Codec.AvailableCodecs
    Codec.Default
    Codec.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Appending
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    [Obsolete("This codec is read-only: as the functionality has been folded into the default codec. Its only for convenience to read old segments.")]
    [CodecName("Appending")]
    public class AppendingCodec : FilterCodec

    Constructors

    AppendingCodec()

    This codec uses an index format that is very similar to Lucene.Net.Codecs.Lucene40.Lucene40Codec but works on append-only outputs, such as plain output streams and append-only filesystems.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public AppendingCodec()

    Properties

    PostingsFormat

    Encodes/decodes postings.

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