Uses of Class
org.apache.lucene.analysis.compound.CompoundWordTokenFilterBase

Packages that use CompoundWordTokenFilterBase
org.apache.lucene.analysis.compound A filter that decomposes compound words you find in many Germanic languages to the word parts. 
 

Uses of CompoundWordTokenFilterBase in org.apache.lucene.analysis.compound
 

Subclasses of CompoundWordTokenFilterBase in org.apache.lucene.analysis.compound
 class DictionaryCompoundWordTokenFilter
          A TokenFilter that decomposes compound words found in many germanic languages "Donaudampfschiff" becomes Donau, dampf, schiff so that you can find "Donaudampfschiff" even when you only enter "schiff".
 class HyphenationCompoundWordTokenFilter
          A TokenFilter that decomposes compound words found in many germanic languages "Donaudampfschiff" becomes Donau, dampf, schiff so that you can find "Donaudampfschiff" even when you only enter "schiff" It uses a hyphenation grammar and a word dictionary to achieve this.
 



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