Uses of Interface
org.apache.lucene.analysis.compound.hyphenation.PatternConsumer

Packages that use PatternConsumer
org.apache.lucene.analysis.compound.hyphenation The code for the compound word hyphenation is taken from the Apache FOP project
 

Uses of PatternConsumer in org.apache.lucene.analysis.compound.hyphenation
 

Classes in org.apache.lucene.analysis.compound.hyphenation that implement PatternConsumer
 class HyphenationTree
          This tree structure stores the hyphenation patterns in an efficient way for fast lookup.
 class PatternParser
          A SAX document handler to read and parse hyphenation patterns from a XML file.
 

Methods in org.apache.lucene.analysis.compound.hyphenation with parameters of type PatternConsumer
 void PatternParser.setConsumer(PatternConsumer consumer)
           
 

Constructors in org.apache.lucene.analysis.compound.hyphenation with parameters of type PatternConsumer
PatternParser(PatternConsumer consumer)
           
 



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