|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Util.MinResult | |
---|---|
org.apache.lucene.util.fst | Finite state transducers |
Uses of Util.MinResult in org.apache.lucene.util.fst |
---|
Methods in org.apache.lucene.util.fst that return Util.MinResult | ||
---|---|---|
Util.MinResult<T>[] |
Util.TopNSearcher.search()
|
|
static
|
Util.shortestPaths(FST<T> fst,
FST.Arc<T> fromNode,
T startOutput,
Comparator<T> comparator,
int topN,
boolean allowEmptyString)
Starting from node, find the top N min cost completions to a final node. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |