Package com.algolia.model.recommend
Interface OptionalFilters<T>
- All Superinterfaces:
CompoundType<T>
Create filters to boost or demote records. Records that match the filter are ranked higher for
positive and lower for negative optional filters. In contrast to regular filters, records that
don't match the optional filter are still included in the results, only their ranking is
affected.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic OptionalFilters<String>
static OptionalFilters<List<MixedSearchFilters>>
of
(List<MixedSearchFilters> inside) Methods inherited from interface com.algolia.utils.CompoundType
get
-
Method Details
-
of
-
of
-