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
    System.Object
    Lucene.Net.Codecs.Codec
    Lucene.Net.Codecs.FilterCodec
    AppendingCodec
    Inherited Members
    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.NormsFormat
    Lucene.Net.Codecs.FilterCodec.SegmentInfoFormat
    Lucene.Net.Codecs.FilterCodec.StoredFieldsFormat
    Lucene.Net.Codecs.FilterCodec.TermVectorsFormat
    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
    Lucene.Net.Codecs.Codec.ToString()
    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.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

    | Improve this Doc View Source

    AppendingCodec()

    Declaration
    public AppendingCodec()

    Properties

    | Improve this Doc View Source

    PostingsFormat

    Declaration
    public override PostingsFormat PostingsFormat { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.PostingsFormat
    Overrides
    Lucene.Net.Codecs.FilterCodec.PostingsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.