Show / Hide Table of Contents

    Class Lucene41PostingsBaseFormat

    Provides a PostingsReaderBase and PostingsWriterBase.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    PostingsBaseFormat
    Lucene41PostingsBaseFormat
    Inherited Members
    PostingsBaseFormat.Name
    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 © 2020 Licensed to the Apache Software Foundation (ASF)