Class WeibullDistributionEvaluator
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.WeibullDistributionEvaluator
- All Implemented Interfaces:
Serializable,StreamEvaluator,TwoValueWorker,ValueWorker,Expressible
public class WeibullDistributionEvaluator
extends RecursiveNumericEvaluator
implements TwoValueWorker
- See Also:
-
Field Summary
Fields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
ConstructorsConstructorDescriptionWeibullDistributionEvaluator(StreamExpression expression, StreamFactory factory) -
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.StreamEvaluator
evaluateOverContextMethods inherited from interface org.apache.solr.client.solrj.io.eval.TwoValueWorker
doWork
-
Constructor Details
-
WeibullDistributionEvaluator
public WeibullDistributionEvaluator(StreamExpression expression, StreamFactory factory) throws IOException - Throws:
IOException
-
-
Method Details
-
doWork
- Specified by:
doWorkin interfaceTwoValueWorker- Throws:
IOException
-