Show / Hide Table of Contents

    Class DiskNormsFormat

    Norms format that keeps all norms on disk.

    Inheritance
    System.Object
    NormsFormat
    DiskNormsFormat
    Namespace: Lucene.Net.Codecs.DiskDV
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public sealed class DiskNormsFormat : 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)