Uses of Class
org.apache.lucene.analysis.compound.hyphenation.TernaryTree
-
Packages that use TernaryTree Package Description org.apache.lucene.analysis.compound.hyphenation The code for the compound word hyphenation is taken from the Apache FOP project. -
-
Uses of TernaryTree in org.apache.lucene.analysis.compound.hyphenation
Subclasses of TernaryTree in org.apache.lucene.analysis.compound.hyphenation Modifier and Type Class Description class
HyphenationTree
This tree structure stores the hyphenation patterns in an efficient way for fast lookup.Fields in org.apache.lucene.analysis.compound.hyphenation declared as TernaryTree Modifier and Type Field Description protected TernaryTree
HyphenationTree. classmap
This map stores the character classes
-