Show / Hide Table of Contents

    Class SegmentInfoWriter

    Specifies an API for classes that can write out SegmentInfo data.

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

    Constructors

    | Improve this Doc View Source

    SegmentInfoWriter()

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

    Declaration
    protected SegmentInfoWriter()

    Methods

    | Improve this Doc View Source

    Write(Directory, SegmentInfo, FieldInfos, IOContext)

    Write SegmentInfo data.

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