public class ProductFunction extends AbstractFunction
product(x,y,...)| Modifier and Type | Class and Description |
|---|---|
static class |
ProductFunction.Builder |
Function.Context| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
solr readable representation of function
|
static ProductFunction.Builder |
product(Field field) |
static ProductFunction.Builder |
product(Function function) |
static ProductFunction.Builder |
product(Number value) |
static ProductFunction.Builder |
product(String fieldName) |
addArgument, getArguments, hasArguments, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArgumentMap, toSolrFunctionpublic static ProductFunction.Builder product(Number value)
value - public static ProductFunction.Builder product(Field field)
field - public static ProductFunction.Builder product(String fieldName)
fieldName - public static ProductFunction.Builder product(Function function)
function - Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.