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

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

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

Methods in org.apache.lucene.search.suggest that return Lookup.LookupResult
 Lookup.LookupResult[] Lookup.LookupPriorityQueue.getResults()
           
 

Methods in org.apache.lucene.search.suggest that return types with arguments of type Lookup.LookupResult
abstract  List<Lookup.LookupResult> Lookup.lookup(String key, boolean onlyMorePopular, int num)
          Look up a key and return possible completion for this key.
 

Methods in org.apache.lucene.search.suggest with parameters of type Lookup.LookupResult
 int Lookup.LookupResult.compareTo(Lookup.LookupResult o)
          Compare alphabetically.
protected  boolean Lookup.LookupPriorityQueue.lessThan(Lookup.LookupResult a, Lookup.LookupResult b)
           
 

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

Methods in org.apache.lucene.search.suggest.fst that return types with arguments of type Lookup.LookupResult
 List<Lookup.LookupResult> FSTLookup.lookup(String key, boolean onlyMorePopular, int num)
          Lookup autocomplete suggestions to key.
 

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

Methods in org.apache.lucene.search.suggest.jaspell that return types with arguments of type Lookup.LookupResult
 List<Lookup.LookupResult> JaspellLookup.lookup(String key, boolean onlyMorePopular, int num)
           
 

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

Methods in org.apache.lucene.search.suggest.tst that return types with arguments of type Lookup.LookupResult
 List<Lookup.LookupResult> TSTLookup.lookup(String key, boolean onlyMorePopular, int num)
           
 



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