Class GroupOperation
java.lang.Object
org.apache.solr.client.solrj.io.ops.GroupOperation
- All Implemented Interfaces:
Serializable,ReduceOperation,StreamOperation,Expressible
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupOperation(StreamComparator streamComparator, int size) GroupOperation(StreamExpression expression, StreamFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidreduce()toExplanation(StreamFactory factory) Returns an explanation about the stream objecttoExpression(StreamFactory factory)
-
Constructor Details
-
GroupOperation
- Throws:
IOException
-
GroupOperation
-
-
Method Details
-
toExpression
- Specified by:
toExpressionin interfaceExpressible- Throws:
IOException
-
toExplanation
Description copied from interface:ExpressibleReturns an explanation about the stream object- Specified by:
toExplanationin interfaceExpressible- 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
-
reduce
- Specified by:
reducein interfaceReduceOperation
-
operate
- Specified by:
operatein interfaceStreamOperation
-