Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SimpleTextSegmentInfoFormat

    Plain text segments file format.

    FOR RECREATIONAL USE ONLY

    Note

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

    Inheritance
    object
    SegmentInfoFormat
    SimpleTextSegmentInfoFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextSegmentInfoFormat : SegmentInfoFormat

    Fields

    SI_EXTENSION

    Plain text segments file format.

    FOR RECREATIONAL USE ONLY

    Note

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

    Declaration
    public const string SI_EXTENSION = "si"
    Field Value
    Type Description
    string

    Properties

    SegmentInfoReader

    Returns the Lucene.Net.Codecs.SegmentInfoReader for reading Lucene.Net.Index.SegmentInfo instances.

    Declaration
    public override SegmentInfoReader SegmentInfoReader { get; }
    Property Value
    Type Description
    SegmentInfoReader
    Overrides
    Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoReader

    SegmentInfoWriter

    Returns the Lucene.Net.Codecs.SegmentInfoWriter for writing Lucene.Net.Index.SegmentInfo instances.

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