Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene41PostingsBaseFormat

    Provides a PostingsReaderBase and PostingsWriterBase.

    Note

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

    Inheritance
    System.Object
    PostingsBaseFormat
    Lucene41PostingsBaseFormat
    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.Lucene41
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class Lucene41PostingsBaseFormat : PostingsBaseFormat

    Constructors

    | Improve this Doc View Source

    Lucene41PostingsBaseFormat()

    Sole constructor.

    Declaration
    public Lucene41PostingsBaseFormat()

    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.