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