|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lookup.LookupResult | |
|---|---|
| org.apache.solr.spelling.suggest | |
| org.apache.solr.spelling.suggest.jaspell | |
| org.apache.solr.spelling.suggest.tst | |
| Uses of Lookup.LookupResult in org.apache.solr.spelling.suggest |
|---|
| Methods in org.apache.solr.spelling.suggest that return Lookup.LookupResult | |
|---|---|
Lookup.LookupResult[] |
Lookup.LookupPriorityQueue.getResults()
|
| Methods in org.apache.solr.spelling.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.solr.spelling.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.solr.spelling.suggest.jaspell |
|---|
| Methods in org.apache.solr.spelling.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.solr.spelling.suggest.tst |
|---|
| Methods in org.apache.solr.spelling.suggest.tst that return types with arguments of type Lookup.LookupResult | |
|---|---|
List<Lookup.LookupResult> |
TSTLookup.lookup(String key,
boolean onlyMorePopular,
int num)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||