FacetHits

algoliasearch.search.FacetHits
case class FacetHits(value: String, highlighted: String, count: Int)

FacetHits

Value parameters

count

Number of records with this facet value. The count may be approximated.

highlighted

Highlighted attribute value, including HTML tags.

value

Facet value.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product