Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class MinSingleFunction

    MinSingleFunction returns the min of it's components.

    NOTE: This was MinFloatFunction in Lucene

    Inheritance
    System.Object
    ValueSource
    MultiSingleFunction
    MinSingleFunction
    Inherited Members
    MultiSingleFunction.m_sources
    MultiSingleFunction.GetDescription()
    MultiSingleFunction.GetValues(IDictionary, AtomicReaderContext)
    MultiSingleFunction.CreateWeight(IDictionary, IndexSearcher)
    MultiSingleFunction.GetHashCode()
    MultiSingleFunction.Equals(Object)
    ValueSource.ToString()
    ValueSource.NewContext(IndexSearcher)
    ValueSource.GetSortField(Boolean)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.Queries.Function.ValueSources
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public class MinSingleFunction : MultiSingleFunction

    Constructors

    | Improve this Doc View Source

    MinSingleFunction(ValueSource[])

    Declaration
    public MinSingleFunction(ValueSource[] sources)
    Parameters
    Type Name Description
    ValueSource[] sources

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    protected override string Name { get; }
    Property Value
    Type Description
    System.String
    Overrides
    MultiSingleFunction.Name

    Methods

    | Improve this Doc View Source

    Func(Int32, FunctionValues[])

    Declaration
    protected override float Func(int doc, FunctionValues[] valsArr)
    Parameters
    Type Name Description
    System.Int32 doc
    FunctionValues[] valsArr
    Returns
    Type Description
    System.Single
    Overrides
    MultiSingleFunction.Func(Int32, FunctionValues[])
    • 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.