public static class EdgeNGramTokenFilter.Side extends Object
Modifier and Type | Field and Description |
---|---|
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
|
public static EdgeNGramTokenFilter.Side FRONT
public static EdgeNGramTokenFilter.Side BACK
public String getLabel()
public static EdgeNGramTokenFilter.Side getSide(String sideName)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.