Package org.codelibs.fess.dict.kuromoji
Class KuromojiItem
java.lang.Object
org.codelibs.fess.dict.DictionaryItem
org.codelibs.fess.dict.kuromoji.KuromojiItem
-
Field Summary
Fields inherited from class org.codelibs.fess.dict.DictionaryItem
id -
Constructor Summary
ConstructorsConstructorDescriptionKuromojiItem(long id, String token, String segmentation, String reading, String pos) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPos()getToken()inthashCode()booleanbooleanvoidvoidsetNewReading(String newReading) voidsetNewSegmentation(String newSegmentation) voidsetNewToken(String newToken) toString()Methods inherited from class org.codelibs.fess.dict.DictionaryItem
getId
-
Constructor Details
-
KuromojiItem
-
-
Method Details
-
getNewToken
-
setNewToken
-
getNewSegmentation
-
setNewSegmentation
-
getNewReading
-
setNewReading
-
getNewPos
-
setNewPos
-
getToken
-
getSegmentation
-
getReading
-
getPos
-
isUpdated
public boolean isUpdated() -
isDeleted
public boolean isDeleted() -
hashCode
public int hashCode() -
equals
-
toString
-
toLineString
-