Uses of Class
org.apache.lucene.search.suggest.analyzing.FSTUtil.Path
-
Packages that use FSTUtil.Path Package Description org.apache.lucene.search.suggest.analyzing -
-
Uses of FSTUtil.Path in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing that return types with arguments of type FSTUtil.Path Modifier and Type Method Description static <T> List<FSTUtil.Path<T>>FSTUtil. intersectPrefixPaths(Automaton a, FST<T> fst)Enumerates all minimal prefix paths in the automaton that also intersect the FST, accumulating the FST end node and output for each path.
-