public final class GermanNormalizationFilter
extends org.apache.lucene.analysis.TokenFilter
This is useful if you want this normalization without using the German2 stemmer, or perhaps no stemming at all.
| Constructor and Description |
|---|
GermanNormalizationFilter(org.apache.lucene.analysis.TokenStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
incrementToken() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toStringpublic GermanNormalizationFilter(org.apache.lucene.analysis.TokenStream input)
public boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.