|
||||||||||
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 | ||
---|---|---|
static
|
Util.shortestPaths(FST<T> fst,
FST.Arc<T> fromNode,
Comparator<T> comparator,
int topN)
Starting from node, find the top N min cost completions to a final node. |
Methods in org.apache.lucene.util.fst with parameters of type Util.MinResult | |
---|---|
int |
Util.MinResult.compareTo(Util.MinResult<T> other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |