Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Pulsing41PostingsFormat

    Concrete pulsing implementation over Lucene.Net.Codecs.Lucene41.Lucene41PostingsFormat.

    Note

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

    Inheritance
    object
    PostingsFormat
    PulsingPostingsFormat
    Pulsing41PostingsFormat
    Inherited Members
    PulsingPostingsFormat.ToString()
    PulsingPostingsFormat.FieldsConsumer(SegmentWriteState)
    PulsingPostingsFormat.FieldsProducer(SegmentReadState)
    PulsingPostingsFormat.FreqCutoff
    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.Pulsing
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    [PostingsFormatName("Pulsing41")]
    public class Pulsing41PostingsFormat : PulsingPostingsFormat

    Constructors

    Pulsing41PostingsFormat()

    Inlines docFreq=1 terms, otherwise uses the normal "Lucene41" format.

    Declaration
    public Pulsing41PostingsFormat()

    Pulsing41PostingsFormat(int)

    Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene41" format.

    Declaration
    public Pulsing41PostingsFormat(int freqCutoff)
    Parameters
    Type Name Description
    int freqCutoff

    Pulsing41PostingsFormat(int, int, int)

    Inlines docFreq=freqCutoff terms, otherwise uses the normal "Lucene41" format.

    Declaration
    public Pulsing41PostingsFormat(int freqCutoff, int minBlockSize, int maxBlockSize)
    Parameters
    Type Name Description
    int freqCutoff
    int minBlockSize
    int maxBlockSize
    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.