Class SimpleSingleFunction
A simple function with a single argument
NOTE: This was SimpleFloatFunction in Lucene
Inheritance
System.Object
SimpleSingleFunction
Assembly: Lucene.Net.Queries.dll
Syntax
public abstract class SimpleSingleFunction : SingularFunction
Constructors
|
Improve this Doc
View Source
SimpleSingleFunction(ValueSource)
Declaration
public SimpleSingleFunction(ValueSource source)
Parameters
Methods
|
Improve this Doc
View Source
Func(Int32, FunctionValues)
Declaration
protected abstract float Func(int doc, FunctionValues vals)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetValues(IDictionary, AtomicReaderContext)
Declaration
public override FunctionValues GetValues(IDictionary context, AtomicReaderContext readerContext)
Parameters
Returns
Overrides