public class MultFunction extends Object
Uses:
DoubleValue
representing the multiplication of the values for each document is returned.
DoubleValueStream
representing the multiplication of
the Value and each of the values of the ValueStream for a document is returned.
(Or the other way, since the Value and ValueStream can be used in either order)
DoubleValue
representing the multiplication of all values is returned.
Modifier and Type | Field and Description |
---|---|
static ExpressionFactory.CreatorFunction |
creatorFunction |
static String |
name |
Constructor and Description |
---|
MultFunction() |
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.