Class FacetHit
- java.lang.Object
-
- com.algolia.search.models.indexing.FacetHit
-
- All Implemented Interfaces:
Serializable
public class FacetHit extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FacetHit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()StringgetHighlighted()StringgetValue()FacetHitsetCount(Long count)FacetHitsetHighlighted(String highlighted)FacetHitsetValue(String value)
-