Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php19 protected $_hit = []; variable in Elastica\\Result
26 $this->_hit = $hit;
70 return $this->_hit[$name] ?? [];
78 return isset($this->_hit[$name]);
161 return $this->_hit;
199 if (isset($this->_hit['fields'])) {
200 return isset($this->_hit['_source'])
254 $this->_hit[$param] = $value;