Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php40 private $current_key = 0; variable in Elasticsearch\\Helper\\Iterators\\SearchResponseIterator
125 $this->current_key = 0;
147 $this->current_key++;
180 return $this->current_key;
H A DSearchHitIterator.php34 protected $current_key; variable in Elasticsearch\\Helper\\Iterators\\SearchHitIterator
69 $this->current_key = 0;
96 $this->current_key++;
137 return $this->current_key;