| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EdgeNGramTokenizer.Side>
org.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
public static enum EdgeNGramTokenizer.Side
Specifies which side of the input the n-gram should be generated from
| Enum Constant Summary | |
|---|---|
BACK
Get the n-gram from the end of the input  | 
|
FRONT
Get the n-gram from the front of the input  | 
|
| Method Summary | |
|---|---|
abstract  String | 
getLabel()
 | 
static EdgeNGramTokenizer.Side | 
getSide(String sideName)
 | 
static EdgeNGramTokenizer.Side | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static EdgeNGramTokenizer.Side[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final EdgeNGramTokenizer.Side FRONT
public static final EdgeNGramTokenizer.Side BACK
| Method Detail | 
|---|
public static EdgeNGramTokenizer.Side[] values()
for (EdgeNGramTokenizer.Side c : EdgeNGramTokenizer.Side.values()) System.out.println(c);
public static EdgeNGramTokenizer.Side valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic abstract String getLabel()
public static EdgeNGramTokenizer.Side getSide(String sideName)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||