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.backTypeprivate final KoreanTokenizer.TypeDictionaryToken.typeFields in org.apache.lucene.analysis.ko with type parameters of type KoreanTokenizer.TypeModifier and TypeFieldDescriptionprivate final EnumMap<KoreanTokenizer.Type, Dictionary> KoreanTokenizer.dictionaryMapMethods in org.apache.lucene.analysis.ko that return KoreanTokenizer.TypeModifier and TypeMethodDescriptionDictionaryToken.getType()Returns the type of this tokenstatic KoreanTokenizer.TypeReturns 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 voidKoreanTokenizer.add(Dictionary dict, KoreanTokenizer.Position fromPosData, int wordPos, int endPos, int wordID, KoreanTokenizer.Type type) voidKoreanTokenizer.Position.add(int cost, int lastRightID, int backPos, int backRPos, int backIndex, int backID, KoreanTokenizer.Type backType) (package private) DictionaryKoreanTokenizer.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)