Show / Hide Table of Contents

    Class FSTPulsing41PostingsFormat

    FST + Pulsing41, test only, since FST does no delta encoding here!

    @lucene.experimental

    Inheritance
    System.Object
    PostingsFormat
    FSTPulsing41PostingsFormat
    Inherited Members
    PostingsFormat.EMPTY
    PostingsFormat.SetPostingsFormatFactory(IPostingsFormatFactory)
    PostingsFormat.GetPostingsFormatFactory()
    PostingsFormat.Name
    PostingsFormat.ToString()
    PostingsFormat.ForName(String)
    PostingsFormat.AvailablePostingsFormats
    Namespace: Lucene.Net.Codecs.Memory
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class FSTPulsing41PostingsFormat : PostingsFormat

    Constructors

    | Improve this Doc View Source

    FSTPulsing41PostingsFormat()

    Declaration
    public FSTPulsing41PostingsFormat()
    | Improve this Doc View Source

    FSTPulsing41PostingsFormat(Int32)

    Declaration
    public FSTPulsing41PostingsFormat(int freqCutoff)
    Parameters
    Type Name Description
    System.Int32 freqCutoff

    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
    PostingsFormat.FieldsConsumer(SegmentWriteState)
    | Improve this Doc View Source

    FieldsProducer(SegmentReadState)

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