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

    Modifier and Type
    Method
    Description
    long
     
    long
     
    boolean
     
  • 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.