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