Uses of Class
org.apache.lucene.util.fst.Util.MinResult
Packages that use Util.MinResult
-
Uses of Util.MinResult in org.apache.lucene.util.fst
Methods in org.apache.lucene.util.fst that return Util.MinResultModifier and TypeMethodDescriptionUtil.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.