org.apache.lucene.analysis.ngram
public static class EdgeNGramTokenFilter.Side extends Object
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 | |
---|---|
String | getLabel() |
static EdgeNGramTokenFilter.Side | getSide(String sideName) |