Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef ISOLATIN1ACCENTFILTER_H
8 #define ISOLATIN1ACCENTFILTER_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
void removeAccents(const wchar_t *input, int32_t length)
To replace accented characters in a String by unaccented equivalents.
CharArray output
Definition: ISOLatin1AccentFilter.h:26
virtual ~ISOLatin1AccentFilter()
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
virtual bool incrementToken()
Consumers (ie., IndexWriter) use this method to advance the stream to the next token....
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
ISOLatin1AccentFilter(const TokenStreamPtr &input)
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net