Uses of Class
org.apache.lucene.util.automaton.CharacterRunAutomaton
-
Packages that use CharacterRunAutomaton Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.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 with type parameters of type CharacterRunAutomaton Modifier and Type Field Description (package private) java.util.ArrayList<CharacterRunAutomaton>
Dictionary. patterns
-
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 CharacterRunAutomaton
SimplePatternSplitTokenizer. runDFA
private CharacterRunAutomaton
SimplePatternTokenizer. runDFA
-