Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MultiFunction.Values

    Inheritance
    System.Object
    FunctionValues
    MultiFunction.Values
    Inherited Members
    FunctionValues.ByteVal(Int32)
    FunctionValues.Int16Val(Int32)
    FunctionValues.SingleVal(Int32)
    FunctionValues.Int32Val(Int32)
    FunctionValues.Int64Val(Int32)
    FunctionValues.DoubleVal(Int32)
    FunctionValues.StrVal(Int32)
    FunctionValues.BoolVal(Int32)
    FunctionValues.BytesVal(Int32, BytesRef)
    FunctionValues.ObjectVal(Int32)
    FunctionValues.Exists(Int32)
    FunctionValues.OrdVal(Int32)
    FunctionValues.NumOrd
    FunctionValues.GetValueFiller()
    FunctionValues.ByteVal(Int32, Byte[])
    FunctionValues.Int16Val(Int32, Int16[])
    FunctionValues.SingleVal(Int32, Single[])
    FunctionValues.Int32Val(Int32, Int32[])
    FunctionValues.Int64Val(Int32, Int64[])
    FunctionValues.DoubleVal(Int32, Double[])
    FunctionValues.StrVal(Int32, String[])
    FunctionValues.Explain(Int32)
    FunctionValues.GetScorer(IndexReader)
    FunctionValues.GetRangeScorer(IndexReader, String, String, Boolean, Boolean)
    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.Queries.Function.ValueSources
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public class Values : FunctionValues

    Constructors

    | Improve this Doc View Source

    Values(MultiFunction, FunctionValues[])

    Declaration
    public Values(MultiFunction outerInstance, FunctionValues[] valsArr)
    Parameters
    Type Name Description
    MultiFunction outerInstance
    FunctionValues[] valsArr

    Methods

    | Improve this Doc View Source

    ToString(Int32)

    Declaration
    public override string ToString(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    System.String
    Overrides
    FunctionValues.ToString(Int32)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.