Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene3xSegmentInfoReader

    Lucene 3x implementation of SegmentInfoReader.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    SegmentInfoReader
    Lucene3xSegmentInfoReader
    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.Lucene3x
    Assembly: Lucene.Net.dll
    Syntax
    [Obsolete("Only for reading existing 3.x indexes")]
    public class Lucene3xSegmentInfoReader : SegmentInfoReader

    Methods

    | Improve this Doc View Source

    Read(Directory, String, IOContext)

    Declaration
    public override SegmentInfo Read(Directory directory, string segmentName, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    System.String segmentName
    IOContext context
    Returns
    Type Description
    SegmentInfo
    Overrides
    SegmentInfoReader.Read(Directory, String, IOContext)
    | Improve this Doc View Source

    ReadLegacyInfos(SegmentInfos, Directory, IndexInput, Int32)

    Declaration
    public static void ReadLegacyInfos(SegmentInfos infos, Directory directory, IndexInput input, int format)
    Parameters
    Type Name Description
    SegmentInfos infos
    Directory directory
    IndexInput input
    System.Int32 format
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.