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


lucene::analysis::standard::StandardAnalyzer Class Reference

Represents a standard analyzer. More...

#include <StandardAnalyzer.h>

Inheritance diagram for lucene::analysis::standard::StandardAnalyzer:
lucene::analysis::Analyzer lucene::debug::LuceneBase

List of all members.

Public Member Functions

 StandardAnalyzer ()
 Builds an analyzer.
 StandardAnalyzer (const TCHAR **stopWords)
 Builds an analyzer with the given stop words.
 ~StandardAnalyzer ()
TokenStreamtokenStream (const TCHAR *fieldName, lucene::util::Reader *reader)
 Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.

Detailed Description

Represents a standard analyzer.


Constructor & Destructor Documentation

lucene::analysis::standard::StandardAnalyzer::StandardAnalyzer (  ) 

Builds an analyzer.

lucene::analysis::standard::StandardAnalyzer::StandardAnalyzer ( const TCHAR **  stopWords  ) 

Builds an analyzer with the given stop words.

lucene::analysis::standard::StandardAnalyzer::~StandardAnalyzer (  ) 

Member Function Documentation

TokenStream* lucene::analysis::standard::StandardAnalyzer::tokenStream ( const TCHAR *  fieldName,
lucene::util::Reader reader 
) [virtual]

Constructs a StandardTokenizer filtered by a StandardFilter, a LowerCaseFilter and a StopFilter.

Implements lucene::analysis::Analyzer.


The documentation for this class was generated from the following file:

clucene.sourceforge.net