Uses of Class
org.apache.lucene.search.suggest.fst.FSTCompletion.Completion

Packages that use FSTCompletion.Completion
org.apache.lucene.search.suggest.fst Finite-state based autosuggest. 
 

Uses of FSTCompletion.Completion in org.apache.lucene.search.suggest.fst
 

Methods in org.apache.lucene.search.suggest.fst that return types with arguments of type FSTCompletion.Completion
 List<FSTCompletion.Completion> FSTCompletion.lookup(CharSequence key, int num)
          Lookup suggestions to key.
 

Methods in org.apache.lucene.search.suggest.fst with parameters of type FSTCompletion.Completion
 int FSTCompletion.Completion.compareTo(FSTCompletion.Completion o)
           
 



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