Uses of Class
org.apache.lucene.analysis.ja.JapaneseTokenizer.Type
-
Packages that use JapaneseTokenizer.Type Package Description org.apache.lucene.analysis.ja Analyzer for Japanese. -
-
Uses of JapaneseTokenizer.Type in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as JapaneseTokenizer.Type Modifier and Type Field Description (package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Position. backType
(package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Position. forwardType
(package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Lattice. nodeDicType
private JapaneseTokenizer.Type
Token. type
Fields in org.apache.lucene.analysis.ja with type parameters of type JapaneseTokenizer.Type Modifier and Type Field Description private java.util.EnumMap<JapaneseTokenizer.Type,Dictionary>
JapaneseTokenizer. dictionaryMap
(package private) java.util.EnumMap<JapaneseTokenizer.Type,Dictionary>
JapaneseTokenizer.Lattice. dictionaryMap
Methods in org.apache.lucene.analysis.ja that return JapaneseTokenizer.Type Modifier and Type Method Description JapaneseTokenizer.Type
Token. getType()
Returns the type of this tokenstatic JapaneseTokenizer.Type
JapaneseTokenizer.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JapaneseTokenizer.Type[]
JapaneseTokenizer.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.Type Modifier and Type Method Description private void
JapaneseTokenizer. add(Dictionary dict, JapaneseTokenizer.Position fromPosData, int endPos, int wordID, JapaneseTokenizer.Type type, boolean addPenalty)
void
JapaneseTokenizer.Position. add(int cost, int lastRightID, int backPos, int backIndex, int backID, JapaneseTokenizer.Type backType)
void
JapaneseTokenizer.Position. addForward(int forwardPos, int forwardIndex, int forwardID, JapaneseTokenizer.Type forwardType)
private int
JapaneseTokenizer.Lattice. addNode(JapaneseTokenizer.Type dicType, int wordID, int left, int right)
(package private) Dictionary
JapaneseTokenizer. getDict(JapaneseTokenizer.Type type)
Method parameters in org.apache.lucene.analysis.ja with type arguments of type JapaneseTokenizer.Type Modifier and Type Method Description (package private) void
JapaneseTokenizer.Lattice. setup(char[] fragment, java.util.EnumMap<JapaneseTokenizer.Type,Dictionary> dictionaryMap, JapaneseTokenizer.WrappedPositionArray positions, int prevOffset, int endOffset, boolean useEOS)
Constructors in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.Type Constructor Description Token(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary)
-