Class MemsetEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
org.apache.solr.client.solrj.io.eval.MemsetEvaluator
- All Implemented Interfaces:
Serializable,StreamEvaluator,ValueWorker,Expressible
The MemsetEvaluator reads a TupleStream and copies the values from specific fields into arrays
that are bound to variable names in a map. The LetStream looks specifically for the
MemsetEvaluator and makes the variables visible to other functions.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
constructingFactory, containedEvaluators, nodeId, streamContext -
Constructor Summary
ConstructorsConstructorDescriptionMemsetEvaluator(StreamExpression expression, StreamFactory factory) MemsetEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters) -
Method Summary
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
getStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, 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
evaluateOverContext
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MemsetEvaluator
- Throws:
IOException
-
MemsetEvaluator
public MemsetEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters) throws IOException - Throws:
IOException
-
-
Method Details
-
setStreamContext
- Specified by:
setStreamContextin interfaceStreamEvaluator- Overrides:
setStreamContextin classRecursiveEvaluator
-
evaluate
- Specified by:
evaluatein interfaceStreamEvaluator- Overrides:
evaluatein classRecursiveEvaluator- Throws:
IOException
-
doWork
- Throws:
IOException
-