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. nodeDicTypeprivate JapaneseTokenizer.TypeToken. typeFields 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. dictionaryMapMethods in org.apache.lucene.analysis.ja that return JapaneseTokenizer.Type Modifier and Type Method Description JapaneseTokenizer.TypeToken. getType()Returns the type of this tokenstatic JapaneseTokenizer.TypeJapaneseTokenizer.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 voidJapaneseTokenizer. add(Dictionary dict, JapaneseTokenizer.Position fromPosData, int endPos, int wordID, JapaneseTokenizer.Type type, boolean addPenalty)voidJapaneseTokenizer.Position. add(int cost, int lastRightID, int backPos, int backIndex, int backID, JapaneseTokenizer.Type backType)voidJapaneseTokenizer.Position. addForward(int forwardPos, int forwardIndex, int forwardID, JapaneseTokenizer.Type forwardType)private intJapaneseTokenizer.Lattice. addNode(JapaneseTokenizer.Type dicType, int wordID, int left, int right)(package private) DictionaryJapaneseTokenizer. 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) voidJapaneseTokenizer.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)
-