Class SourceEvaluator
- java.lang.Object
-
- org.apache.solr.client.solrj.io.eval.SourceEvaluator
-
- All Implemented Interfaces:
Serializable
,StreamEvaluator
,Expressible
- Direct Known Subclasses:
FieldValueEvaluator
,RawValueEvaluator
,RecNumEvaluator
,UuidEvaluator
public abstract class SourceEvaluator extends Object implements StreamEvaluator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected UUID
nodeId
protected StreamContext
streamContext
-
Constructor Summary
Constructors Constructor Description SourceEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamContext
getStreamContext()
void
setStreamContext(StreamContext streamContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.solr.client.solrj.io.stream.expr.Expressible
toExplanation, toExpression
-
Methods inherited from interface org.apache.solr.client.solrj.io.eval.StreamEvaluator
evaluate, evaluateOverContext
-
-
-
-
Field Detail
-
nodeId
protected UUID nodeId
-
streamContext
protected StreamContext streamContext
-
-
Method Detail
-
setStreamContext
public void setStreamContext(StreamContext streamContext)
- Specified by:
setStreamContext
in interfaceStreamEvaluator
-
getStreamContext
public StreamContext getStreamContext()
- Specified by:
getStreamContext
in interfaceStreamEvaluator
-
-