|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.ngram.EdgeNGramTokenizer.Side
Specifies which side of the input the n-gram should be generated from
Field Summary | |
static EdgeNGramTokenizer.Side |
BACK
Get the n-gram from the end of the input |
static EdgeNGramTokenizer.Side |
FRONT
Get the n-gram from the front of the input |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static EdgeNGramTokenizer.Side FRONT
public static EdgeNGramTokenizer.Side BACK
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |