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