Package org.apache.solr.handler
Class AnalyzeEvaluator
java.lang.Object
org.apache.solr.client.solrj.io.eval.SourceEvaluator
org.apache.solr.handler.AnalyzeEvaluator
- 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
ConstructorsConstructorDescriptionAnalyzeEvaluator(String _fieldName, String _analyzerField) AnalyzeEvaluator(StreamExpression expression, StreamFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetStreamContext(StreamContext context) toExplanation(StreamFactory factory) toExpression(StreamFactory factory) Methods inherited from class org.apache.solr.client.solrj.io.eval.SourceEvaluator
getStreamContextMethods 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
-
AnalyzeEvaluator
-
AnalyzeEvaluator
- Throws:
IOException
-
-
Method Details
-
setStreamContext
- Specified by:
setStreamContextin interfaceStreamEvaluator- Overrides:
setStreamContextin classSourceEvaluator
-
evaluate
- Throws:
IOException
-
toExpression
- Throws:
IOException
-
toExplanation
- Throws:
IOException
-