Show / Hide Table of Contents

    Class Lucene40RWPostingsFormat

    Read-write version of Lucene40PostingsFormat for testing.

    Inheritance
    System.Object
    PostingsFormat
    Lucene40PostingsFormat
    Lucene40RWPostingsFormat
    Inherited Members
    Lucene40PostingsFormat.m_minBlockSize
    Lucene40PostingsFormat.m_maxBlockSize
    Lucene40PostingsFormat.FieldsProducer(SegmentReadState)
    Lucene40PostingsFormat.ToString()
    PostingsFormat.EMPTY
    PostingsFormat.SetPostingsFormatFactory(IPostingsFormatFactory)
    PostingsFormat.GetPostingsFormatFactory()
    PostingsFormat.Name
    PostingsFormat.ForName(String)
    PostingsFormat.AvailablePostingsFormats
    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)
    Namespace: Lucene.Net.Codecs.Lucene40
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class Lucene40RWPostingsFormat : Lucene40PostingsFormat

    Methods

    | Improve this Doc View Source

    FieldsConsumer(SegmentWriteState)

    Declaration
    public override FieldsConsumer FieldsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    FieldsConsumer
    Overrides
    Lucene40PostingsFormat.FieldsConsumer(SegmentWriteState)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)