Uses of Class
org.apache.lucene.analysis.compound.hyphenation.TernaryTree

Packages that use TernaryTree
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
 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
protected  TernaryTree HyphenationTree.classmap
          This map stores the character classes
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.