Interface SearchResponsePage


@Deprecated public interface SearchResponsePage
Deprecated.
since 8.8 for removal in 8.9, replaced by SearchResponsePage
  • Method Summary

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

    • totalItems

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

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

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