Uses of Class
org.apache.lucene.search.suggest.Lookup

Packages that use Lookup
org.apache.lucene.search.suggest.fst   
org.apache.lucene.search.suggest.jaspell   
org.apache.lucene.search.suggest.tst   
 

Uses of Lookup in org.apache.lucene.search.suggest.fst
 

Subclasses of Lookup in org.apache.lucene.search.suggest.fst
 class FSTLookup
          Finite state automata based implementation of Lookup query suggestion/ autocomplete interface.
 

Uses of Lookup in org.apache.lucene.search.suggest.jaspell
 

Subclasses of Lookup in org.apache.lucene.search.suggest.jaspell
 class JaspellLookup
           
 

Uses of Lookup in org.apache.lucene.search.suggest.tst
 

Subclasses of Lookup in org.apache.lucene.search.suggest.tst
 class TSTLookup
           
 



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