Show / Hide Table of Contents

    Class AssertingDocValuesFormat

    Just like but with additional asserts.

    Inheritance
    System.Object
    AssertingDocValuesFormat
    Namespace: Lucene.Net.Codecs.Asserting
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingDocValuesFormat : DocValuesFormat

    Constructors

    | Improve this Doc View Source

    AssertingDocValuesFormat()

    Declaration
    public AssertingDocValuesFormat()

    Methods

    | Improve this Doc View Source

    FieldsConsumer(SegmentWriteState)

    Declaration
    public override DocValuesConsumer FieldsConsumer(SegmentWriteState state)
    Parameters
    Type Name Description
    SegmentWriteState state
    Returns
    Type Description
    DocValuesConsumer
    | Improve this Doc View Source

    FieldsProducer(SegmentReadState)

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