Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef ASCIIFOLDINGFILTER_H
8 #define ASCIIFOLDINGFILTER_H
55 virtual bool incrementToken();
61 void foldToASCII(
const wchar_t* input, int32_t length);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 1...
Definition: ASCIIFoldingFilter.h:42
A TokenFilter is a TokenStream whose input is another TokenStream.
Definition: TokenFilter.h:18
Definition: AbstractAllTermDocs.h:12
int32_t outputPos
Definition: ASCIIFoldingFilter.h:51
boost::shared_ptr< TermAttribute > TermAttributePtr
Definition: LuceneTypes.h:58
TermAttributePtr termAtt
Definition: ASCIIFoldingFilter.h:52
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
clucene.sourceforge.net