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


lucene::analysis::standard Namespace Reference

Classes

class  StandardAnalyzer
 Represents a standard analyzer. More...
class  StandardFilter
 Normalizes tokens extracted with StandardTokenizer. More...
class  StandardTokenizer
 A grammar-based tokenizer constructed with JavaCC. More...

Enumerations

enum  TokenTypes {
  _EOF, UNKNOWN, ALPHANUM, APOSTROPHE,
  ACRONYM, COMPANY, EMAIL, HOST,
  NUM, CJK
}

Variables

const TCHAR ** tokenImage

Enumeration Type Documentation

Enumerator:
_EOF 
UNKNOWN 
ALPHANUM 
APOSTROPHE 
ACRONYM 
COMPANY 
EMAIL 
HOST 
NUM 
CJK 

Variable Documentation


clucene.sourceforge.net