Uses of Class
com.algolia.search.models.indexing.RemoveWordsType
-
Packages that use RemoveWordsType Package Description com.algolia.search.models.indexing -
-
Uses of RemoveWordsType in com.algolia.search.models.indexing
Fields in com.algolia.search.models.indexing declared as RemoveWordsType Modifier and Type Field Description protected RemoveWordsTypeSearchParameters. removeWordsIfNoResultsMethods in com.algolia.search.models.indexing that return RemoveWordsType Modifier and Type Method Description RemoveWordsTypeSearchParameters. getRemoveWordsIfNoResults()static RemoveWordsTypeRemoveWordsType. valueOf(String name)Returns the enum constant of this type with the specified name.static RemoveWordsType[]RemoveWordsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.algolia.search.models.indexing with parameters of type RemoveWordsType Modifier and Type Method Description TSearchParameters. setRemoveWordsIfNoResults(RemoveWordsType removeWordsIfNoResults)
-