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.Algolia index name.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).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.- Returns:
- facet
-
setIndexName
-
getIndexName
Algolia index name.- Returns:
- indexName
-
setFacetQuery
-
getFacetQuery
Text to search inside the facet's values.- Returns:
- facetQuery
-
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- Returns:
- maxFacetHits
-
setType
-
getType
Get type- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-