Class ColumnEvaluator
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
- 
- org.apache.solr.client.solrj.io.eval.ColumnEvaluator
 
 
- 
- All Implemented Interfaces:
- Serializable,- StreamEvaluator,- ValueWorker,- Expressible
 
 public class ColumnEvaluator extends RecursiveEvaluator - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static longserialVersionUID- 
Fields inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluatorconstructingFactory, containedEvaluators, nodeId, streamContext
 
- 
 - 
Constructor SummaryConstructors Constructor Description ColumnEvaluator(StreamExpression expression, StreamFactory factory)ColumnEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoWork(Object... values)Objectevaluate(Tuple tuple)- 
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluatorgetStreamContext, normalizeInputType, normalizeOutputType, recursivelyEvaluate, setStreamContext, toExplanation, toExpression
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluatorevaluateOverContext
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprotected static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ColumnEvaluatorpublic ColumnEvaluator(StreamExpression expression, StreamFactory factory) throws IOException - Throws:
- IOException
 
 - 
ColumnEvaluatorpublic ColumnEvaluator(StreamExpression expression, StreamFactory factory, List<String> ignoredNamedParameters) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
evaluatepublic Object evaluate(Tuple tuple) throws IOException - Specified by:
- evaluatein interface- StreamEvaluator
- Overrides:
- evaluatein class- RecursiveEvaluator
- Throws:
- IOException
 
 - 
doWorkpublic Object doWork(Object... values) throws IOException - Throws:
- IOException
 
 
- 
 
-