SearchDictionaryEntriesResponse

algoliasearch.search.SearchDictionaryEntriesResponse
case class SearchDictionaryEntriesResponse(hits: Seq[DictionaryEntry], page: Int, nbHits: Int, nbPages: Int)

SearchDictionaryEntriesResponse

Value parameters

hits

Dictionary entries matching the search criteria.

nbHits

Number of results (hits).

nbPages

Number of pages of results.

page

Requested page of the API response.

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