Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene40PostingsBaseFormat

    Provides a PostingsReaderBase and PostingsWriterBase.

    Inheritance
    System.Object
    PostingsBaseFormat
    Lucene40PostingsBaseFormat
    Inherited Members
    PostingsBaseFormat.Name
    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.Lucene40
    Assembly: Lucene.Net.dll
    Syntax
    [Obsolete("Only for reading old 4.0 segments")]
    public sealed class Lucene40PostingsBaseFormat : PostingsBaseFormat

    Constructors

    | Improve this Doc View Source

    Lucene40PostingsBaseFormat()

    Sole constructor.

    Declaration
    public Lucene40PostingsBaseFormat()

    Methods

    | Improve this Doc View Source

    PostingsReaderBase(SegmentReadState)

    Declaration
    public override PostingsReaderBase PostingsReaderBase(SegmentReadState state)
    Parameters
    Type Name Description
    SegmentReadState state
    Returns
    Type Description
    PostingsReaderBase
    Overrides
    PostingsBaseFormat.PostingsReaderBase(SegmentReadState)
    | Improve this Doc View Source

    PostingsWriterBase(SegmentWriteState)

    Declaration
    public override PostingsWriterBase PostingsWriterBase(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    PostingsWriterBase
    Overrides
    PostingsBaseFormat.PostingsWriterBase(SegmentWriteState)
    • 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.