Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php39 protected $current_hit_index; variable in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
97 $this->current_hit_index++;
99 if (isset($current_page['hits']['hits'][$this->current_hit_index])) {
100 $this->current_hit_data = $current_page['hits']['hits'][$this->current_hit_index];
141 * Advances the internal SearchResponseIterator and resets the current_hit_index to 0
149 $this->current_hit_index = 0;
150 $this->current_hit_data = $current_page['hits']['hits'][$this->current_hit_index];