FacetHits

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

FacetHits

Value parameters

count

Number of records containing this facet value. This takes into account the extra search parameters specified in the query. Like for a regular search query, the counts may not be exhaustive.

highlighted

Markup text with facetQuery matches highlighted.

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