Package com.algolia.model.search
Class SearchDictionaryEntriesParams
java.lang.Object
com.algolia.model.search.SearchDictionaryEntriesParams
`searchDictionaryEntries` parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Number of hits per page.[Supported language ISO code](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/).getPage()
Page to retrieve (the first page is `0`, not `1`).getQuery()
Text to search for in an index.int
hashCode()
setHitsPerPage
(Integer hitsPerPage) setLanguage
(String language) toString()
-
Constructor Details
-
SearchDictionaryEntriesParams
public SearchDictionaryEntriesParams()
-
-
Method Details
-
setQuery
-
getQuery
Text to search for in an index. -
setPage
-
getPage
Page to retrieve (the first page is `0`, not `1`). -
setHitsPerPage
-
getHitsPerPage
Number of hits per page. minimum: 1 maximum: 1000 -
setLanguage
-
getLanguage
[Supported language ISO code](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/). -
equals
-
hashCode
public int hashCode() -
toString
-