• API

    Show / Hide Table of Contents

    Class SimpleTextSegmentInfoFormat

    Plain text segments file format.

    FOR RECREATIONAL USE ONLY

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Lucene.Net.Codecs.SegmentInfoFormat
    SimpleTextSegmentInfoFormat
    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.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextSegmentInfoFormat : SegmentInfoFormat

    Fields

    | Improve this Doc View Source

    SI_EXTENSION

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

    Properties

    | Improve this Doc View Source

    SegmentInfoReader

    Declaration
    public override SegmentInfoReader SegmentInfoReader { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.SegmentInfoReader
    Overrides
    Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoReader
    | Improve this Doc View Source

    SegmentInfoWriter

    Declaration
    public override SegmentInfoWriter SegmentInfoWriter { get; }
    Property Value
    Type Description
    Lucene.Net.Codecs.SegmentInfoWriter
    Overrides
    Lucene.Net.Codecs.SegmentInfoFormat.SegmentInfoWriter
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)