SearchForFacetsOptions

algoliasearch.search.SearchForFacetsOptions
case class SearchForFacetsOptions(facet: String, indexName: String, facetQuery: Option[String], maxFacetHits: Option[Int], `type`: SearchTypeFacet)

SearchForFacetsOptions

Value parameters

facet

Facet name.

facetQuery

Text to search inside the facet's values.

indexName

Algolia index name.

maxFacetHits

Maximum number of facet hits to return when searching for facet values.

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