7 #ifndef ISOLATIN1ACCENTFILTER_H 8 #define ISOLATIN1ACCENTFILTER_H 34 virtual bool incrementToken();
37 void removeAccents(
const wchar_t* input, int32_t length);
A filter that replaces accented characters in the ISO Latin 1 character set (ISO-8859-1) by their una...
Definition: ISOLatin1AccentFilter.h:21
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
TermAttributePtr termAtt
Definition: ISOLatin1AccentFilter.h:31
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
int32_t outputPos
Definition: ISOLatin1AccentFilter.h:30