public class MultiplyDoubleFunction extends MultiDoubleFunction
MultiplyDoubleFunction
returns the product of its components.Modifier and Type | Field and Description |
---|---|
static String |
NAME |
sources
Constructor and Description |
---|
MultiplyDoubleFunction(org.apache.lucene.queries.function.ValueSource[] sources) |
Modifier and Type | Method and Description |
---|---|
protected double |
func(int doc,
org.apache.lucene.queries.function.FunctionValues[] valsArr) |
protected String |
name() |
createWeight, description, equals, getValues, hashCode
public static final String NAME
public MultiplyDoubleFunction(org.apache.lucene.queries.function.ValueSource[] sources)
protected String name()
name
in class MultiDoubleFunction
protected double func(int doc, org.apache.lucene.queries.function.FunctionValues[] valsArr)
func
in class MultiDoubleFunction
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.