Uses of Class
org.apache.pinot.segment.local.utils.nativefst.automaton.AutomatonMatcher
-
Packages that use AutomatonMatcher Package Description org.apache.pinot.segment.local.utils.nativefst.automaton -
-
Uses of AutomatonMatcher in org.apache.pinot.segment.local.utils.nativefst.automaton
Methods in org.apache.pinot.segment.local.utils.nativefst.automaton that return AutomatonMatcher Modifier and Type Method Description AutomatonMatcherRunAutomaton. newMatcher(CharSequence s)Creates a new automaton matcher for the given input.AutomatonMatcherRunAutomaton. newMatcher(CharSequence s, int startOffset, int endOffset)Creates a new automaton matcher for the given input.
-