Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SegmentInfoFormat

    Expert: Controls the format of the SegmentInfo (segment metadata file).

    Note

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

    Inheritance
    System.Object
    SegmentInfoFormat
    Lucene3xSegmentInfoFormat
    Lucene40SegmentInfoFormat
    Lucene46SegmentInfoFormat
    Inherited Members
    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)
    System.Object.ToString()
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class SegmentInfoFormat

    Constructors

    | Improve this Doc View Source

    SegmentInfoFormat()

    Sole constructor. (For invocation by subclass constructors, typically implicit.)

    Declaration
    protected SegmentInfoFormat()

    Properties

    | Improve this Doc View Source

    SegmentInfoReader

    Returns the SegmentInfoReader for reading SegmentInfo instances.

    Declaration
    public abstract SegmentInfoReader SegmentInfoReader { get; }
    Property Value
    Type Description
    SegmentInfoReader
    | Improve this Doc View Source

    SegmentInfoWriter

    Returns the SegmentInfoWriter for writing SegmentInfo instances.

    Declaration
    public abstract SegmentInfoWriter SegmentInfoWriter { get; }
    Property Value
    Type Description
    SegmentInfoWriter

    See Also

    SegmentInfo
    • 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.