Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef ASCIIFOLDINGFILTER_H
8 #define ASCIIFOLDINGFILTER_H
#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
virtual bool incrementToken()
Consumers (ie., IndexWriter) use this method to advance the stream to the next token....
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
ASCIIFoldingFilter(const TokenStreamPtr &input)
virtual ~ASCIIFoldingFilter()
TermAttributePtr termAtt
Definition: ASCIIFoldingFilter.h:52
boost::shared_ptr< TokenStream > TokenStreamPtr
Definition: LuceneTypes.h:63
CharArray output
Definition: ASCIIFoldingFilter.h:47
void foldToASCII(const wchar_t *input, int32_t length)
Converts characters above ASCII to their ASCII equivalents. For example, accents are removed from acc...
clucene.sourceforge.net