| Name | Description | Type | Package | Framework |
| EdgeNGramFilterFactory | Creates new instances of EdgeNGramTokenFilter. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| EdgeNGramTokenFilter | Tokenizes the given token into n-grams of given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| EdgeNGramTokenizer | Tokenizes the input from an edge into n-grams of given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| EdgeNGramTokenizerFactory | Creates new instances of EdgeNGramTokenizer. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| Lucene43EdgeNGramTokenFilter | Tokenizes the given token into n-grams of given size(s), using pre-4. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| Lucene43EdgeNGramTokenizer | Old version of EdgeNGramTokenizer which doesn't handle correctly supplementary characters. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| Lucene43EdgeNGramTokenizer .Side | Specifies which side of the input the n-gram should be generated fromGet the n-gram from the end of the input | Class | org.apache.lucene.analysis.ngram.Lucene43EdgeNGramTokenizer | Apache Lucene |
| Lucene43NGramTokenFilter | Tokenizes the input into n-grams of the given size(s), matching Lucene 4. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| Lucene43NGramTokenizer | Old broken version of NGramTokenizer. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| NGramFilterFactory | Factory for NGramTokenFilter. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| NGramTokenFilter | Tokenizes the input into n-grams of the given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| NGramTokenizer | Tokenizes the input into n-grams of the given size(s). | Class | org.apache.lucene.analysis.ngram | Apache Lucene |
| NGramTokenizerFactory | Factory for NGramTokenizer. | Class | org.apache.lucene.analysis.ngram | Apache Lucene |