Show / Hide Table of Contents

    Class SimpleTextNormsFormat

    Plain-text norms format.

    FOR RECREATIONAL USE ONLY

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    NormsFormat
    SimpleTextNormsFormat
    Namespace: Lucene.Net.Codecs.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextNormsFormat : NormsFormat

    Methods

    | Improve this Doc View Source

    NormsConsumer(SegmentWriteState)

    Declaration
    public override DocValuesConsumer NormsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    DocValuesConsumer
    Overrides
    NormsFormat.NormsConsumer(SegmentWriteState)
    | Improve this Doc View Source

    NormsProducer(SegmentReadState)

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