Package com.algolia.model.recommend
Interface ReRankingApplyFilter
- All Known Implementing Classes:
ReRankingApplyFilter.ListOfMixedSearchFiltersWrapper,ReRankingApplyFilter.StringWrapper
public interface ReRankingApplyFilter
When [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) is enabled,
only records that match these filters will be affected by Dynamic Re-Ranking.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classReRankingApplyFilter as Listwrapper. static classReRankingApplyFilter as String wrapper. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReRankingApplyFilterReRankingApplyFilter as String wrapper.static ReRankingApplyFilterof(List<MixedSearchFilters> value) ReRankingApplyFilter as Listwrapper.
-
Method Details
-
of
ReRankingApplyFilter as Listwrapper. -
of
ReRankingApplyFilter as String wrapper.
-