Uses of Class
com.algolia.search.models.indexing.FacetHit
-
Packages that use FacetHit Package Description com.algolia.search.models.indexing -
-
Uses of FacetHit in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return FacetHit Modifier and Type Method Description FacetHitFacetHit. setCount(Long count)FacetHitFacetHit. setHighlighted(String highlighted)FacetHitFacetHit. setValue(String value)Methods in com.algolia.search.models.indexing that return types with arguments of type FacetHit Modifier and Type Method Description List<FacetHit>SearchForFacetResponse. getFacetHits()Method parameters in com.algolia.search.models.indexing with type arguments of type FacetHit Modifier and Type Method Description SearchForFacetResponseSearchForFacetResponse. setFacetHits(List<FacetHit> facetHits)
-