Package com.algolia.model.recommend
Interface Distinct
- All Known Implementing Classes:
Distinct.BooleanWrapper,Distinct.IntegerWrapper
public interface Distinct
Enables [deduplication or grouping of results (Algolia's _distinct_
feature](https://www.algolia.com/doc/guides/managing-results/refine-results/grouping/#introducing-algolias-distinct-feature)).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDistinct as Boolean wrapper.static classstatic classDistinct as Integer wrapper. -
Method Summary
-
Method Details
-
of
Distinct as Boolean wrapper. -
of
Distinct as Integer wrapper.
-