Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Method | Description |
---|---|---|
static <T> Util.MinResult<T>[] |
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.
|
Modifier and Type | Method | Description |
---|---|---|
int |
Util.MinResult.compareTo(Util.MinResult<T> other) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.