org.apache.lucene.util.automaton.AutomatonProvider
interface
abstract
1 members
Automaton provider for RegExp. RegExp#toAutomaton(AutomatonProvider)
Instance Methods
get_automaton
Automaton
get_automaton
(
String name
)
Java: getAutomaton(String name)
Returns automaton of the given name.
| name | type | description |
| name | String | automaton name |
Returns: automaton
Throws
| IOException |
if errors occur |