Uses of Class
org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Packages that use KoreanTokenizer.Type Package Description org.apache.lucene.analysis.ko Analyzer for Korean. -
-
Uses of KoreanTokenizer.Type in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as KoreanTokenizer.Type Modifier and Type Field Description (package private) KoreanTokenizer.Type[]KoreanTokenizer.Position. backTypeprivate KoreanTokenizer.TypeDictionaryToken. typeFields in org.apache.lucene.analysis.ko with type parameters of type KoreanTokenizer.Type Modifier and Type Field Description private java.util.EnumMap<KoreanTokenizer.Type,Dictionary>KoreanTokenizer. dictionaryMapMethods in org.apache.lucene.analysis.ko that return KoreanTokenizer.Type Modifier and Type Method Description KoreanTokenizer.TypeDictionaryToken. getType()Returns the type of this tokenstatic KoreanTokenizer.TypeKoreanTokenizer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KoreanTokenizer.Type[]KoreanTokenizer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.ko with parameters of type KoreanTokenizer.Type Modifier and Type Method Description private 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.Type Constructor Description DictionaryToken(KoreanTokenizer.Type type, Dictionary dictionary, int wordId, char[] surfaceForm, int offset, int length, int startOffset, int endOffset)
-