hasNextPage abstract method

bool hasNextPage()

Check the availability of the next result page. Return True if there are more search results and one can call SearchSession.fetchNextPage, false otherwise.

Implementation

core.bool hasNextPage();