• API

    Show / Hide Table of Contents

    Class AssertingNumericDocValues

    Wraps a Lucene.Net.Index.NumericDocValues but with additional asserts

    Inheritance
    System.Object
    Lucene.Net.Index.NumericDocValues
    AssertingNumericDocValues
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Lucene.Net.Index.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
    Overrides
    Lucene.Net.Index.NumericDocValues.Get(System.Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)