Package com.algolia.model.search
Class SearchForFacetValuesRequest
java.lang.Object
com.algolia.model.search.SearchForFacetValuesRequest
SearchForFacetValuesRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Text to search inside the facet's values.Maximum number of facet hits to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).Search parameters as a URL-encoded query string.int
hashCode()
setFacetQuery
(String facetQuery) setMaxFacetHits
(Integer maxFacetHits) toString()
-
Constructor Details
-
SearchForFacetValuesRequest
public SearchForFacetValuesRequest()
-
-
Method Details
-
setParams
-
getParams
Search parameters as a URL-encoded query string. -
setFacetQuery
-
getFacetQuery
Text to search inside the facet's values. -
setMaxFacetHits
-
getMaxFacetHits
Maximum number of facet hits to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values). maximum: 100 -
equals
-
hashCode
public int hashCode() -
toString
-