Show / Hide Table of Contents

    Class FieldInfosReader

    Codec API for reading FieldInfos.

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

    Constructors

    | Improve this Doc View Source

    FieldInfosReader()

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

    Declaration
    protected FieldInfosReader()

    Methods

    | Improve this Doc View Source

    Read(Directory, String, String, IOContext)

    Read the FieldInfos previously written with FieldInfosWriter.

    Declaration
    public abstract FieldInfos Read(Directory directory, string segmentName, string segmentSuffix, IOContext iocontext)
    Parameters
    Type Name Description
    Directory directory
    System.String segmentName
    System.String segmentSuffix
    IOContext iocontext
    Returns
    Type Description
    FieldInfos
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)