| Package | Description | 
|---|---|
| org.apache.lucene.search.suggest.analyzing | Analyzer based autosuggest. | 
| Class and Description | 
|---|
| AnalyzingSuggester Suggester that first analyzes the surface form, adds the
 analyzed form to a weighted FST, and then does the same
 thing at lookup time. | 
| FSTUtil.Path Holds a pair (automaton, fst) of states and accumulated output in the intersected machine. | 
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.