Class FSTUtil.Path<T>
java.lang.Object
org.apache.lucene.search.suggest.analyzing.FSTUtil.Path<T>
- Enclosing class:
FSTUtil
Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
Node in the automaton where path ends: -
fstNode
Node in the FST where path ends: -
input
Input of the path so far:
-
-
Constructor Details
-
Path
Sole constructor.
-