Class ZerosEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
org.apache.solr.client.solrj.io.eval.RecursiveNumericEvaluator
org.apache.solr.client.solrj.io.eval.ZerosEvaluator
- All Implemented Interfaces:
Serializable,OneValueWorker,StreamEvaluator,ValueWorker,Expressible
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveNumericEvaluator
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:
-
-
Constructor Details
-
ZerosEvaluator
- Throws:
IOException
-
-
Method Details
-
doWork
- Specified by:
doWorkin interfaceOneValueWorker
-