Show / Hide Table of Contents

    Class Lucene46SegmentInfoReader

    Lucene 4.6 implementation of SegmentInfoReader.

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

    Constructors

    | Improve this Doc View Source

    Lucene46SegmentInfoReader()

    Sole constructor.

    Declaration
    public Lucene46SegmentInfoReader()

    Methods

    | Improve this Doc View Source

    Read(Directory, String, IOContext)

    Declaration
    public override SegmentInfo Read(Directory dir, string segment, IOContext context)
    Parameters
    Type Name Description
    Directory dir
    System.String segment
    IOContext context
    Returns
    Type Description
    SegmentInfo
    Overrides
    SegmentInfoReader.Read(Directory, String, IOContext)

    See Also

    Lucene46SegmentInfoFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)