Package com.algolia.model.search
Class SearchForFacetValuesResponse
java.lang.Object
com.algolia.model.search.SearchForFacetValuesResponse
- All Implemented Interfaces:
SearchResult
SearchForFacetValuesResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.search.SearchResult
SearchResult.Deserializer<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFacetHits(FacetHits facetHitsItem) booleanWhether the facet count is exhaustive (true) or approximate (false).Matching facet values.Time the server took to process the request, in milliseconds.inthashCode()setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount) setFacetHits(List<FacetHits> facetHits) setProcessingTimeMS(Integer processingTimeMS) toString()
-
Constructor Details
-
SearchForFacetValuesResponse
public SearchForFacetValuesResponse()
-
-
Method Details
-
setFacetHits
-
addFacetHits
-
getFacetHits
Matching facet values. -
setExhaustiveFacetsCount
-
getExhaustiveFacetsCount
Whether the facet count is exhaustive (true) or approximate (false). For more information, see [Why are my facet and hit counts not accurate](https://support.algolia.com/hc/en-us/articles/4406975248145-Why-are-my-facet-and-hit-counts-not-accurate-). -
setProcessingTimeMS
-
getProcessingTimeMS
Time the server took to process the request, in milliseconds. -
equals
-
hashCode
public int hashCode() -
toString
-