AutoFacetFilter

algoliasearch.recommend.AutoFacetFilter
case class AutoFacetFilter(facet: Option[String], negative: Option[Boolean])

Facet attribute. Only recommendations with the same value (or only recommendations with a different value) as the original viewed item are included.

Value parameters

facet

Facet attribute.

negative

Whether the filter is negative. If true, recommendations must not have the same value for the facet attribute. If false, recommendations must have the same value for the facet attribute.

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