Package | Description |
---|---|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
Modifier and Type | Method and Description |
---|---|
List<FSTCompletion.Completion> |
FSTCompletion.lookup(CharSequence key,
int num)
Lookup suggestions to
key . |
Modifier and Type | Method and Description |
---|---|
int |
FSTCompletion.Completion.compareTo(FSTCompletion.Completion o) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.