Methods |
public
|
__construct(SearchResponseIterator $search_responses)
Constructor
|
#
|
public
|
rewind(): void
Rewinds the internal SearchResponseIterator and itself
Rewinds the internal SearchResponseIterator and itself
Implements
|
#
|
public
|
next(): void
Advances pointer of the current hit to the next one in the current page. If there
isn't a next hit in the current page,…
Advances pointer of the current hit to the next one in the current page. If there
isn't a next hit in the current page, then it advances the current page and moves the
pointer to the first hit in the page.
Implements
|
#
|
public
|
valid(): bool
Returns a boolean indicating whether or not the current pointer has valid data
Returns a boolean indicating whether or not the current pointer has valid data
Implements
|
#
|
public
|
current(): array
Returns the current hit
|
#
|
public
|
key(): int
Returns the current hit index. The hit index spans all pages.
Returns the current hit index. The hit index spans all pages.
Implements
|
#
|
public
|
count(): int
{@inheritDoc}
|
#
|