Package com.algolia.model.search
Class SearchForFacetsOptions
java.lang.Object
com.algolia.model.search.SearchForFacetsOptions
SearchForFacetsOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFacet()Facet name.Text to search inside the facet's values.Index name (case-sensitive).Maximum number of facet values to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values).getType()Get typeinthashCode()setFacetQuery(String facetQuery) setIndexName(String indexName) setMaxFacetHits(Integer maxFacetHits) setType(SearchTypeFacet type) toString()
-
Constructor Details
-
SearchForFacetsOptions
public SearchForFacetsOptions()
-
-
Method Details
-
setFacet
-
getFacet
Facet name. -
setIndexName
-
getIndexName
Index name (case-sensitive). -
setFacetQuery
-
getFacetQuery
Text to search inside the facet's values. -
setMaxFacetHits
-
getMaxFacetHits
Maximum number of facet values to return when [searching for facet values](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#search-for-facet-values). maximum: 100 -
setType
-
getType
Get type -
equals
-
hashCode
public int hashCode() -
toString
-