Uses of Class
org.apache.lucene.analysis.hunspell.CheckCompoundPattern
-
Packages that use CheckCompoundPattern 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. -
-
Uses of CheckCompoundPattern in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CheckCompoundPattern Modifier and Type Field Description (package private) CheckCompoundPattern
Hunspell.CompoundPart. enablingPattern
Fields in org.apache.lucene.analysis.hunspell with type parameters of type CheckCompoundPattern Modifier and Type Field Description (package private) java.util.List<CheckCompoundPattern>
Dictionary. checkCompoundPatterns
Constructors in org.apache.lucene.analysis.hunspell with parameters of type CheckCompoundPattern Constructor Description CompoundPart(Hunspell.CompoundPart prev, CharsRef tail, int length, Root<CharsRef> root, CheckCompoundPattern enabler)
-