Class MultipleFieldEqualitor
java.lang.Object
org.apache.solr.client.solrj.io.eq.MultipleFieldEqualitor
- All Implemented Interfaces:
Serializable,Equalitor<Tuple>,StreamEqualitor,Expressible
Wraps multiple Equalitors.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEqs()booleanbooleanisDerivedFrom(StreamEqualitor base) booleantoExplanation(StreamFactory factory) Returns an explanation about the stream objecttoExpression(StreamFactory factory)
-
Constructor Details
-
MultipleFieldEqualitor
-
-
Method Details
-
getEqs
-
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
-
isDerivedFrom
- Specified by:
isDerivedFromin interfaceStreamEqualitor
-
isDerivedFrom
- Specified by:
isDerivedFromin interfaceStreamEqualitor
-
test
-