Class TruncEvaluator
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.eval.RecursiveEvaluator
- 
- org.apache.solr.client.solrj.io.eval.RecursiveObjectEvaluator
- 
- org.apache.solr.client.solrj.io.eval.TruncEvaluator
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- StreamEvaluator,- TwoValueWorker,- ValueWorker,- Expressible
 
 public class TruncEvaluator extends RecursiveObjectEvaluator implements TwoValueWorker - 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 TruncEvaluator(StreamExpression expression, StreamFactory factory)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectdoWork(Object value1, Object value2)- 
Methods inherited from class org.apache.solr.client.solrj.io.eval.RecursiveEvaluatorevaluate, getStreamContext, 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
 - 
Methods inherited from interface org.apache.solr.client.solrj.io.eval.TwoValueWorkerdoWork
 
- 
 
- 
- 
- 
Field Detail- 
serialVersionUIDprotected static final long serialVersionUID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
TruncEvaluatorpublic TruncEvaluator(StreamExpression expression, StreamFactory factory) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
doWorkpublic Object doWork(Object value1, Object value2) - Specified by:
- doWorkin interface- TwoValueWorker
 
 
- 
 
-