Show / Hide Table of Contents

    Class SimpleTextSegmentInfoWriter

    Writes plain text segments files.

    FOR RECREATIONAL USE ONLY

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    SegmentInfoWriter
    SimpleTextSegmentInfoWriter
    Namespace: Lucene.Net.Codecs.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextSegmentInfoWriter : SegmentInfoWriter

    Methods

    | Improve this Doc View Source

    Write(Directory, SegmentInfo, FieldInfos, IOContext)

    Declaration
    public override void Write(Directory dir, SegmentInfo si, FieldInfos fis, IOContext ioContext)
    Parameters
    Type Name Description
    Directory dir
    SegmentInfo si
    FieldInfos fis
    IOContext ioContext
    Overrides
    SegmentInfoWriter.Write(Directory, SegmentInfo, FieldInfos, IOContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)