Package com.algolia.model.search
Interface AutomaticFacetFilters<T>
- All Superinterfaces:
CompoundType<T>
Names of facets to which automatic filtering must be applied; they must match the facet name of a
facet value placeholder in the query pattern.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AutomaticFacetFilters<List<String>>ofListOfString(List<String> inside) Methods inherited from interface com.algolia.utils.CompoundType
get
-
Method Details
-
ofListOfAutomaticFacetFilter
static AutomaticFacetFilters<List<AutomaticFacetFilter>> ofListOfAutomaticFacetFilter(List<AutomaticFacetFilter> inside) -
ofListOfString
-