Class RawValueEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.SourceEvaluator
org.apache.solr.client.solrj.io.eval.RawValueEvaluator
- All Implemented Interfaces:
Serializable,StreamEvaluator,Expressible
- See Also:
-
Field Summary
Fields inherited from class org.apache.solr.client.solrj.io.eval.SourceEvaluator
nodeId, streamContext -
Constructor Summary
ConstructorsConstructorDescriptionRawValueEvaluator(Object value) RawValueEvaluator(StreamExpression expression, StreamFactory factory) -
Method Summary
Modifier and TypeMethodDescriptiontoExplanation(StreamFactory factory) Returns an explanation about the stream objecttoExpression(StreamFactory factory) Methods inherited from class org.apache.solr.client.solrj.io.eval.SourceEvaluator
getStreamContext, setStreamContextMethods 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
-
Constructor Details
-
RawValueEvaluator
-
RawValueEvaluator
- Throws:
IOException
-
-
Method Details
-
evaluate
-
toExpression
- Throws:
IOException
-
toExplanation
Description copied from interface:ExpressibleReturns an explanation about the stream object- Parameters:
factory- Stream factory for this, contains information about the function name- Returns:
- Explanation about this stream object containing explanations of any child stream objects
- Throws:
IOException- throw on any error
-