Class DateParseFunction
- java.lang.Object
-
- org.apache.solr.analytics.function.mapping.DateParseFunction
-
public class DateParseFunction extends Object
A mapping function that converts long or string representations of dates to actual date objects.The only parameter is the
LongValue
,LongValueStream
,DateValue
, orDateValueStream
to convert. (Required)
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionFactory.CreatorFunction
creatorFunction
static String
name
-
Constructor Summary
Constructors Constructor Description DateParseFunction()
-
-
-
Field Detail
-
name
public static final String name
- See Also:
- Constant Field Values
-
creatorFunction
public static final ExpressionFactory.CreatorFunction creatorFunction
-
-