Uses of Class
org.apache.lucene.util.automaton.CharacterRunAutomaton
-
Packages that use CharacterRunAutomaton Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it.org.apache.lucene.analysis.pattern Set of components for pattern-based (regex) analysis. -
-
Uses of CharacterRunAutomaton in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CharacterRunAutomaton Modifier and Type Field Description private CharacterRunAutomatonTrigramAutomaton. automaton -
Uses of CharacterRunAutomaton in org.apache.lucene.analysis.pattern
Fields in org.apache.lucene.analysis.pattern declared as CharacterRunAutomaton Modifier and Type Field Description private CharacterRunAutomatonSimplePatternSplitTokenizer. runDFAprivate CharacterRunAutomatonSimplePatternTokenizer. runDFA
-