Package org.apache.lucene.search.suggest.analyzing

Analyzer based autosuggest.

See:
          Description

Class Summary
AnalyzingInfixSuggester Analyzes the input text and then suggests matches based on prefix matches to any tokens in the indexed text.
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 Exposes a utility method to enumerate all paths intersecting an Automaton with an FST.
FSTUtil.Path<T> Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
FuzzySuggester Implements a fuzzy AnalyzingSuggester.
SuggestStopFilter Like StopFilter except it will not remove the last token if that token was not followed by some token separator.
 

Package org.apache.lucene.search.suggest.analyzing Description

Analyzer based autosuggest.



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