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
BooleanValue
representing the equality of the two values for each document is returned. - If an
AnalyticsValue
and anAnalyticsValueStream
are passed in, aBooleanValueStream
representing 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.CreatorFunction
creatorFunction
static String
name
-
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
-
-