Class DateMathFunction
- java.lang.Object
-
- org.apache.solr.analytics.function.mapping.DateMathFunction
-
public class DateMathFunction extends Object
A mapping function that computes date math.The first parameter is the
DateValue
orDateValueStream
to compute date math on. (Required)
The trailing parameters must be constant date math strings (e.g. "+1DAY"). (At least 1 required)
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionFactory.CreatorFunction
creatorFunction
static String
name
-
Constructor Summary
Constructors Constructor Description DateMathFunction()
-
-
-
Field Detail
-
name
public static final String name
- See Also:
- Constant Field Values
-
creatorFunction
public static final ExpressionFactory.CreatorFunction creatorFunction
-
-