Uses of Package
org.apache.lucene.analysis.ngram

Packages that use org.apache.lucene.analysis.ngram
org.apache.lucene.analysis.ngram Character n-gram tokenizers and filters. 
 

Classes in org.apache.lucene.analysis.ngram used by org.apache.lucene.analysis.ngram
EdgeNGramTokenFilter
          Tokenizes the given token into n-grams of given size(s).
EdgeNGramTokenFilter.Side
          Specifies which side of the input the n-gram should be generated from
Lucene43EdgeNGramTokenizer.Side
          Deprecated. Specifies which side of the input the n-gram should be generated from
NGramTokenFilter
          Tokenizes the input into n-grams of the given size(s).
NGramTokenizer
          Tokenizes the input into n-grams of the given size(s).
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.