Uses of Enum Class
org.apache.lucene.analysis.ja.JapaneseTokenizer.Type
Packages that use JapaneseTokenizer.Type
-
Uses of JapaneseTokenizer.Type in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as JapaneseTokenizer.TypeModifier and TypeFieldDescription(package private) JapaneseTokenizer.Type[]JapaneseTokenizer.Position.backType(package private) JapaneseTokenizer.Type[]JapaneseTokenizer.Position.forwardType(package private) JapaneseTokenizer.Type[]JapaneseTokenizer.Lattice.nodeDicTypeprivate final JapaneseTokenizer.TypeToken.typeFields in org.apache.lucene.analysis.ja with type parameters of type JapaneseTokenizer.TypeModifier and TypeFieldDescriptionprivate final EnumMap<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.dictionaryMap(package private) EnumMap<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.Lattice.dictionaryMapMethods in org.apache.lucene.analysis.ja that return JapaneseTokenizer.TypeModifier and TypeMethodDescriptionToken.getType()Returns the type of this tokenstatic JapaneseTokenizer.TypeReturns the enum constant of this class with the specified name.static JapaneseTokenizer.Type[]JapaneseTokenizer.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.TypeModifier and TypeMethodDescriptionprivate 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.TypeModifier and TypeMethodDescription(package private) voidJapaneseTokenizer.Lattice.setup(char[] fragment, 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.TypeModifierConstructorDescriptionToken(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary)