Uses of Class
com.algolia.search.models.dictionary.Compound
-
Packages that use Compound Package Description com.algolia.search.models.dictionary -
-
Uses of Compound in com.algolia.search.models.dictionary
Methods in com.algolia.search.models.dictionary that return Compound Modifier and Type Method Description static CompoundDictionaryEntry. compound(String objectID, String language, String word, List<String> decomposition)CompoundCompound. setDecomposition(List<String> decomposition)CompoundCompound. setLanguage(String language)CompoundCompound. setObjectID(String objectID)CompoundCompound. setWord(String word)
-