Lucene++ - a full-featured, c++ search engine
API Documentation


Loading...
Searching...
No Matches
WhitespaceTokenizer.h
Go to the documentation of this file.
1
2// Copyright (c) 2009-2014 Alan Wright. All rights reserved.
3// Distributable under the terms of either the Apache License (Version 2.0)
4// or the GNU Lesser General Public License.
6
7#ifndef WHITESPACETOKENIZER_H
8#define WHITESPACETOKENIZER_H
9
10#include "CharTokenizer.h"
11
12namespace Lucene {
13
35
36}
37
38#endif
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
AttributeFactoryPtr factory
Definition AttributeSource.h:60
CharTokenizer(const ReaderPtr &input)
ReaderPtr input
The text source for this Tokenizer.
Definition Tokenizer.h:47
WhitespaceTokenizer(const AttributeSourcePtr &source, const ReaderPtr &input)
Construct a new WhitespaceTokenizer using a given AttributeSource.
WhitespaceTokenizer(const ReaderPtr &input)
Construct a new WhitespaceTokenizer.
virtual bool isTokenChar(wchar_t c)
Collects only characters which do not satisfy Character#isWhitespace(char).
WhitespaceTokenizer(const AttributeFactoryPtr &factory, const ReaderPtr &input)
Construct a new WhitespaceTokenizer using a given AttributeSource.AttributeFactory.
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

clucene.sourceforge.net