PageFilterResult

fun PageFilterResult(name: String, paramName: String, hits: List<SearchHit<*>>, totalHits: Long, page: Int, perPage: Int, totalPages: Int, from: Int, size: Int)

Parameters

name
hits
  • list of hits on the current page

totalHits
  • total number of hits

page
  • number of the current page

perPage
  • number of hits per page

totalPages
  • total number of pages

from
size