Home
last modified time | relevance | path

Searched refs:functionParams (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php67 * @param AbstractScript|array|float $functionParams the body of the function. See documentation for proper syntax.
75 $functionParams, argument
80 $functionType => $functionParams,
138 $functionParams = [
145 $functionParams[$field]['offset'] = $offset;
148 $functionParams[$field]['decay'] = $decay;
152 $functionParams['multi_value_mode'] = $multiValueMode;
155 return $this->addFunction($function, $functionParams, $filter, $weight);
169 $functionParams = [
174 $functionParams['facto
[all...]