Uses of Class
com.algolia.search.models.settings.Distinct
-
Packages that use Distinct Package Description com.algolia.search.models.indexing com.algolia.search.models.settings -
-
Uses of Distinct in com.algolia.search.models.indexing
Fields in com.algolia.search.models.indexing declared as Distinct Modifier and Type Field Description protected DistinctSearchParameters. distinctMethods in com.algolia.search.models.indexing that return Distinct Modifier and Type Method Description DistinctSearchParameters. getDistinct()Methods in com.algolia.search.models.indexing with parameters of type Distinct Modifier and Type Method Description TSearchParameters. setDistinct(Distinct distinct) -
Uses of Distinct in com.algolia.search.models.settings
Methods in com.algolia.search.models.settings that return Distinct Modifier and Type Method Description DistinctIndexSettings. getDistinct()static DistinctDistinct. of(Boolean bool)static DistinctDistinct. of(Integer integer)Methods in com.algolia.search.models.settings with parameters of type Distinct Modifier and Type Method Description IndexSettingsIndexSettings. setDistinct(Distinct distinct)
-