Field DEFAULT_FUNCTIONS
The default set of functions available to expressions.
Assembly: Lucene.Net.Expressions.dll
Syntax
public static readonly IDictionary<string, MethodInfo> DEFAULT_FUNCTIONS
Returns
Type | Description |
---|---|
IDictionary<System.String, MethodInfo> |
Remarks
The default set of functions available to expressions.
See the Lucene.Net.Expressions.JS for a list.