Package com.algolia.model.search
Class DictionaryEntry
java.lang.Object
com.algolia.model.search.DictionaryEntry
Dictionary entry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDecomposition(String decompositionItem) booleanInvividual components of a compound word in the `compounds` dictionary.Get languageUnique identifier for the dictionary entry.getState()Get stategetType()Get typegetWord()Matching dictionary word for `stopwords` and `compounds` dictionaries.getWords()Matching words in the `plurals` dictionary including declensions.inthashCode()setAdditionalProperty(String name, Object value) setDecomposition(List<String> decomposition) setLanguage(SupportedLanguage language) setObjectID(String objectID) setState(DictionaryEntryState state) setType(DictionaryEntryType type) toString()
-
Constructor Details
-
DictionaryEntry
public DictionaryEntry()
-
-
Method Details
-
getAdditionalProperties
-
setAdditionalProperty
-
setObjectID
-
getObjectID
Unique identifier for the dictionary entry. -
setLanguage
-
getLanguage
Get language -
setWord
-
getWord
Matching dictionary word for `stopwords` and `compounds` dictionaries. -
setWords
-
addWords
-
getWords
Matching words in the `plurals` dictionary including declensions. -
setDecomposition
-
addDecomposition
-
getDecomposition
Invividual components of a compound word in the `compounds` dictionary. -
setState
-
getState
Get state -
setType
-
getType
Get type -
equals
-
hashCode
public int hashCode() -
toString
-