Uses of Class
com.algolia.search.models.settings.TypoTolerance
-
Packages that use TypoTolerance Package Description com.algolia.search.models.indexing com.algolia.search.models.settings -
-
Uses of TypoTolerance in com.algolia.search.models.indexing
Fields in com.algolia.search.models.indexing declared as TypoTolerance Modifier and Type Field Description protected TypoToleranceSearchParameters. typoToleranceMethods in com.algolia.search.models.indexing that return TypoTolerance Modifier and Type Method Description TypoToleranceSearchParameters. getTypoTolerance()Methods in com.algolia.search.models.indexing with parameters of type TypoTolerance Modifier and Type Method Description TSearchParameters. setTypoTolerance(TypoTolerance typoTolerance) -
Uses of TypoTolerance in com.algolia.search.models.settings
Methods in com.algolia.search.models.settings that return TypoTolerance Modifier and Type Method Description TypoToleranceIndexSettings. getTypoTolerance()static TypoToleranceTypoTolerance. of(Boolean bool)static TypoToleranceTypoTolerance. of(String string)Methods in com.algolia.search.models.settings with parameters of type TypoTolerance Modifier and Type Method Description IndexSettingsIndexSettings. setTypoTolerance(TypoTolerance typoTolerance)
-