Class Explanation
java.lang.Object
org.apache.solr.client.solrj.io.stream.expr.Explanation
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
- Direct Known Subclasses:
StreamExplanation
Explanation containing details about a expression
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHelper(Explanation helper) getNote()voidsetExpression(String expression) voidsetExpressionType(String expressionType) voidsetFunctionName(String functionName) voidsetHelpers(List<Explanation> helpers) voidsetImplementingClass(String implementingClass) voidwithExpression(String expression) withExpressionType(String expressionType) withFunctionName(String functionName) withHelper(Explanation helper) withHelpers(List<Explanation> helpers) withHelpers(Explanation[] helpers) withImplementingClass(String implementingClass)
-
Constructor Details
-
Explanation
-
-
Method Details
-
getExpressionNodeId
-
getExpressionType
-
setExpressionType
-
withExpressionType
-
getFunctionName
-
setFunctionName
-
withFunctionName
-
getImplementingClass
-
setImplementingClass
-
withImplementingClass
-
getExpression
-
setExpression
-
withExpression
-
getNote
-
setNote
-
withNote
-
getHelpers
-
setHelpers
-
withHelpers
-
withHelpers
-
withHelper
-
addHelper
-
toMap
- Specified by:
toMapin interfaceorg.apache.solr.common.MapSerializable
-