Interface SearchResponsePage

All Known Implementing Classes:
SearchResponsePageImpl

public interface SearchResponsePage
  • Method Summary

    Modifier and Type
    Method
    Description
    The sort values of the first item in the returned page.
    The sort values of the last item in the returned page.
    Total number of items that matches the query
  • Method Details

    • totalItems

      Long totalItems()
      Total number of items that matches the query
    • firstSortValues

      List<Object> firstSortValues()
      The sort values of the first item in the returned page.
    • lastSortValues

      List<Object> lastSortValues()
      The sort values of the last item in the returned page.