Class EqualFunction
- java.lang.Object
-
- org.apache.solr.analytics.function.mapping.EqualFunction
-
public class EqualFunction extends Object
An equals mapping function, returning whether two values are equal.Uses:
- If two Values are passed in, a
BooleanValuerepresenting the equality of the two values for each document is returned. - If an
AnalyticsValueand anAnalyticsValueStreamare passed in, aBooleanValueStreamrepresenting the equality of the Value and each of the values of the ValueStream for the document is returned.
- If two Values are passed in, a
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressionFactory.CreatorFunctioncreatorFunctionstatic Stringname
-
Constructor Summary
Constructors Constructor Description EqualFunction()
-
-
-
Field Detail
-
name
public static final String name
- See Also:
- Constant Field Values
-
creatorFunction
public static final ExpressionFactory.CreatorFunction creatorFunction
-
-