Uses of Class
org.apache.lucene.analysis.ja.JapaneseTokenizer.Type

Packages that use JapaneseTokenizer.Type
org.apache.lucene.analysis.ja Analyzer for Japanese. 
 

Uses of JapaneseTokenizer.Type in org.apache.lucene.analysis.ja
 

Methods in org.apache.lucene.analysis.ja that return JapaneseTokenizer.Type
static JapaneseTokenizer.Type JapaneseTokenizer.Type.valueOf(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.
 

Constructors in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.Type
Token(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.