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