BrowsePagination
algoliasearch.search.BrowsePagination
case class BrowsePagination(page: Option[Int], nbHits: Option[Int], nbPages: Option[Int], hitsPerPage: Option[Int])
BrowsePagination
Value parameters
- hitsPerPage
-
Number of hits per page.
- nbHits
-
Number of results (hits).
- nbPages
-
Number of pages of results.
- page
-
Page of search results to retrieve.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article