Uses of Class
org.apache.lucene.util.fst.Util.MinResult

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
<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.
 

Methods in org.apache.lucene.util.fst with parameters of type Util.MinResult
 int Util.MinResult.compareTo(Util.MinResult<T> other)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.