Show / Hide Table of Contents

    Class AssertingNumericDocValues

    Wraps a but with additional asserts

    Inheritance
    System.Object
    AssertingNumericDocValues
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingNumericDocValues : NumericDocValues

    Constructors

    | Improve this Doc View Source

    AssertingNumericDocValues(NumericDocValues, Int32)

    Declaration
    public AssertingNumericDocValues(NumericDocValues in, int maxDoc)
    Parameters
    Type Name Description
    NumericDocValues in
    System.Int32 maxDoc

    Methods

    | Improve this Doc View Source

    Get(Int32)

    Declaration
    public override long Get(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Returns
    Type Description
    System.Int64
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)