Class TemporalEvaluatorDayOfYear
java.lang.Object
org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
org.apache.solr.client.solrj.io.eval.RecursiveTemporalEvaluator
org.apache.solr.client.solrj.io.eval.TemporalEvaluatorDayOfYear
- All Implemented Interfaces:
Serializable,OneValueWorker,StreamEvaluator,ValueWorker,Expressible
Provides a day stream evaluator
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
ConstructorsConstructorDescriptionTemporalEvaluatorDayOfYear(StreamExpression expression, StreamFactory factory) -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveTemporalEvaluator
doWork, getFunction, normalizeInputTypeMethods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
evaluate, getStreamContext, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.solr.client.solrj.io.eval.OneValueWorker
doWorkMethods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluateOverContext
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
FUNCTION_NAME
- See Also:
-
-
Constructor Details
-
TemporalEvaluatorDayOfYear
public TemporalEvaluatorDayOfYear(StreamExpression expression, StreamFactory factory) throws IOException - Throws:
IOException
-
-
Method Details
-
getDatePart
- Specified by:
getDatePartin classRecursiveTemporalEvaluator
-