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. backType
private KoreanTokenizer.Type
DictionaryToken. type
Fields 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. dictionaryMap
Methods in org.apache.lucene.analysis.ko that return KoreanTokenizer.Type Modifier and Type Method Description KoreanTokenizer.Type
DictionaryToken. getType()
Returns the type of this tokenstatic KoreanTokenizer.Type
KoreanTokenizer.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 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.Type Constructor Description DictionaryToken(KoreanTokenizer.Type type, Dictionary dictionary, int wordId, char[] surfaceForm, int offset, int length, int startOffset, int endOffset)
-