| ByteSequenceIterator |
An iterator that traverses the right language of a given node (all sequences
reachable from a given node).
|
| ConstantArcSizeFST |
A FST with constant-size arc representation produced directly by
FSTBuilder.
|
| FST |
This is a top abstract class for handling finite state automata.
|
| FSTHeader |
Standard FST file header, as described in FST package
documentation.
|
| FSTTraversal |
This class implements some common matching and scanning operations on a
generic FST.
|
| ImmutableFST |
FST binary format implementation
|
| MatchResult |
|
| NativeFSTIndexCreator |
|
| NativeFSTIndexReader |
This class loads FST index from PinotDataBuffer and creates a FST reader which
is used in finding matching results for regexp queries.
|