Class MaxSingleFunction
MaxSingleFunction returns the max of it's components.
NOTE: This was MaxFloatFunction in Lucene
Inheritance
System.Object
MaxSingleFunction
Assembly: Lucene.Net.Queries.dll
Syntax
public class MaxSingleFunction : MultiSingleFunction
Constructors
|
Improve this Doc
View Source
MaxSingleFunction(ValueSource[])
Declaration
public MaxSingleFunction(ValueSource[] sources)
Parameters
Properties
|
Improve this Doc
View Source
Name
Declaration
protected override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Func(Int32, FunctionValues[])
Declaration
protected override float Func(int doc, FunctionValues[] valsArr)
Parameters
Returns
Type |
Description |
System.Single |
|
Overrides