Package org.apache.lucene.search.suggest.jaspell

JaSpell-based autosuggest.

See:
          Description

Class Summary
JaspellLookup Suggest implementation based on JaSpell.
JaspellTernarySearchTrie Implementation of a Ternary Search Trie, a data structure for storing String objects that combines the compact size of a binary search tree with the speed of a digital search trie, and is therefore ideal for practical use in sorting and searching data.
 

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

JaSpell-based autosuggest.



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