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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product