Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Method and 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 and Description |
---|---|
int |
Util.MinResult.compareTo(Util.MinResult<T> other) |