public final class ArabicNormalizationFilter
extends org.apache.lucene.analysis.TokenFilter
TokenFilter
that applies ArabicNormalizer
to normalize the orthography.Modifier and Type | Field and Description |
---|---|
protected ArabicNormalizer |
normalizer |
Constructor and Description |
---|
ArabicNormalizationFilter(org.apache.lucene.analysis.TokenStream input) |
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken() |
getOnlyUseNewAPI, next, next, setOnlyUseNewAPI
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString
protected ArabicNormalizer normalizer
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.