Uses of Enum Class
org.apache.lucene.analysis.ko.KoreanTokenizer.Type
Packages that use KoreanTokenizer.Type
-
Uses of KoreanTokenizer.Type in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as KoreanTokenizer.TypeModifier and TypeFieldDescription(package private) KoreanTokenizer.Type[]
KoreanTokenizer.Position.backType
private final KoreanTokenizer.Type
DictionaryToken.type
Fields in org.apache.lucene.analysis.ko with type parameters of type KoreanTokenizer.TypeModifier and TypeFieldDescriptionprivate final EnumMap
<KoreanTokenizer.Type, Dictionary> KoreanTokenizer.dictionaryMap
Methods in org.apache.lucene.analysis.ko that return KoreanTokenizer.TypeModifier and TypeMethodDescriptionDictionaryToken.getType()
Returns the type of this tokenstatic KoreanTokenizer.Type
Returns the enum constant of this class with the specified name.static KoreanTokenizer.Type[]
KoreanTokenizer.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.ko with parameters of type KoreanTokenizer.TypeModifier and TypeMethodDescriptionprivate void
KoreanTokenizer.add
(Dictionary dict, KoreanTokenizer.Position fromPosData, int wordPos, int endPos, int wordID, KoreanTokenizer.Type type) void
KoreanTokenizer.Position.add
(int cost, int lastRightID, int backPos, int backRPos, int backIndex, int backID, KoreanTokenizer.Type backType) (package private) Dictionary
KoreanTokenizer.getDict
(KoreanTokenizer.Type type) Constructors in org.apache.lucene.analysis.ko with parameters of type KoreanTokenizer.TypeModifierConstructorDescriptionDictionaryToken
(KoreanTokenizer.Type type, Dictionary dictionary, int wordId, char[] surfaceForm, int offset, int length, int startOffset, int endOffset)