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
 

Methods in org.apache.lucene.analysis.compound.hyphenation that return TernaryTree
 TernaryTree TernaryTree.clone()
           
 



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