Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php32 return $this->_setRawParam('text', $text);
42 return $this->_setRawParam('prefix', $prefix);
52 return $this->_setRawParam('regex', $regex);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php95 $this->_setRawParam(self::METADATA_KEY, $meta);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php191 protected function _setRawParam($key, $value) function in Elastica\\Param