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
 Util.MinResult<T>[] Util.TopNSearcher.search()
           
static
<T> Util.MinResult<T>[]
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.
 



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