| EdgeNGramTokenFilter | Tokenizes the given token into n-grams of given size(s). | code | html |
| EdgeNGramTokenFilter.Side | Specifies which side of the input the n-gram should be generated from | code | html |
| EdgeNGramTokenizer | Tokenizes the input from an edge into n-grams of given size(s). | code | html |
| EdgeNGramTokenizer.Side | Specifies which side of the input the n-gram should be generated from | code | html |
| NGramTokenFilter | Tokenizes the input into n-grams of the given size(s). | code | html |
| NGramTokenizer | Tokenizes the input into n-grams of the given size(s). | code | html |