Package | Description |
---|---|
org.apache.lucene.analysis.ja |
Analyzer for Japanese.
|
Modifier and Type | Method and Description |
---|---|
JapaneseTokenizer.Type |
Token.getType()
Returns the type of this token
|
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.
|
Constructor and Description |
---|
Token(int wordId,
char[] surfaceForm,
int offset,
int length,
JapaneseTokenizer.Type type,
int position,
Dictionary dictionary) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.