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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article