Package com.day.cq.search.result
Interface ResultPage
public interface ResultPage
ResultPage represents one page of the search result. The page
size depends on the start and limit parameters set on the query.-
Method Summary
-
Method Details
-
getIndex
long getIndex()- Returns:
- zero based index of this result page.
-
getStart
long getStart()- Returns:
- the start offset for the query result.
-
isCurrentPage
boolean isCurrentPage()- Returns:
- whether this page is currently displayed.
-