Uses of Class
com.algolia.search.models.settings.IgnorePlurals
-
Packages that use IgnorePlurals Package Description com.algolia.search.models.indexing com.algolia.search.models.settings -
-
Uses of IgnorePlurals in com.algolia.search.models.indexing
Fields in com.algolia.search.models.indexing declared as IgnorePlurals Modifier and Type Field Description protected IgnorePluralsSearchParameters. ignorePluralsMethods in com.algolia.search.models.indexing that return IgnorePlurals Modifier and Type Method Description IgnorePluralsSearchParameters. getIgnorePlurals()Methods in com.algolia.search.models.indexing with parameters of type IgnorePlurals Modifier and Type Method Description TSearchParameters. setIgnorePlurals(IgnorePlurals ignorePlurals) -
Uses of IgnorePlurals in com.algolia.search.models.settings
Methods in com.algolia.search.models.settings that return IgnorePlurals Modifier and Type Method Description IgnorePluralsIndexSettings. getIgnorePlurals()static IgnorePluralsIgnorePlurals. of(Boolean bool)static IgnorePluralsIgnorePlurals. of(List<String> strings)Methods in com.algolia.search.models.settings with parameters of type IgnorePlurals Modifier and Type Method Description IndexSettingsIndexSettings. setIgnorePlurals(IgnorePlurals ignorePlurals)
-