AutomaticFacetFilter

algoliasearch.search.AutomaticFacetFilter
case class AutomaticFacetFilter(facet: String, score: Option[Int], disjunctive: Option[Boolean])

Automatic facet Filter.

Value parameters

disjunctive

Whether the filter is disjunctive (true) or conjunctive (false).

facet

Attribute to filter on. This must match a facet placeholder in the Rule's pattern.

score

Score for the filter. Typically used for optional or disjunctive filters.

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