7#ifndef LETTERTOKENIZER_H
8#define LETTERTOKENIZER_H
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
AttributeFactoryPtr factory
Definition AttributeSource.h:60
CharTokenizer(const ReaderPtr &input)
virtual bool isTokenChar(wchar_t c)
Collects only characters which satisfy UnicodeUtil::isAlpha(c).
LetterTokenizer(const ReaderPtr &input)
Construct a new LetterTokenizer.
virtual ~LetterTokenizer()
LetterTokenizer(const AttributeSourcePtr &source, const ReaderPtr &input)
Construct a new LetterTokenizer using a given AttributeSource.
LetterTokenizer(const AttributeFactoryPtr &factory, const ReaderPtr &input)
Construct a new LetterTokenizer using a given AttributeFactory.
ReaderPtr input
The text source for this Tokenizer.
Definition Tokenizer.h:47
Definition AbstractAllTermDocs.h:12
boost::shared_ptr< Reader > ReaderPtr
Definition LuceneTypes.h:547
boost::shared_ptr< AttributeFactory > AttributeFactoryPtr
Definition LuceneTypes.h:519
boost::shared_ptr< AttributeSource > AttributeSourcePtr
Definition LuceneTypes.h:520