AutomaticFacetFilter
algoliasearch.search.AutomaticFacetFilter
Filter or optional filter to be applied to the search.
Value parameters
- disjunctive
-
Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical
OR
operation. If false, multiple occurences are combined with the logicalAND
operation. - facet
-
Facet name to be applied as filter. The name must match placeholders in the
pattern
parameter. For example, withpattern: {facet:genre}
,automaticFacetFilters
must begenre
. - score
-
Filter scores to give different weights to individual filters.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article