Show / Hide Table of Contents

    Class Lucene40PostingsBaseFormat

    Provides a PostingsReaderBase and PostingsWriterBase.

    Inheritance
    System.Object
    PostingsBaseFormat
    Lucene40PostingsBaseFormat
    Inherited Members
    PostingsBaseFormat.Name
    Namespace: Lucene.Net.Codecs.Lucene40
    Assembly: Lucene.Net.dll
    Syntax
    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 © 2020 Licensed to the Apache Software Foundation (ASF)