Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Lucene40RWPostingsFormat

    Read-write version of Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat for testing.

    Inheritance
    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
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Codecs.Lucene40
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class Lucene40RWPostingsFormat : Lucene40PostingsFormat

    Methods

    FieldsConsumer(SegmentWriteState)

    Writes a new segment.

    Declaration
    public override FieldsConsumer FieldsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    FieldsConsumer
    Overrides
    Lucene.Net.Codecs.Lucene40.Lucene40PostingsFormat.FieldsConsumer(Lucene.Net.Index.SegmentWriteState)
    Back to top Copyright © 2024 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.