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