Show / Hide Table of Contents

    Class SegmentInfoFormat

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

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    SegmentInfoFormat
    Lucene3xSegmentInfoFormat
    Lucene40SegmentInfoFormat
    Lucene46SegmentInfoFormat
    Namespace: Lucene.Net.Codecs
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class SegmentInfoFormat : object

    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 © 2020 Licensed to the Apache Software Foundation (ASF)