Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef NORMALIZECHARMAP_H
8 #define NORMALIZECHARMAP_H
23 MapCharNormalizeCharMap
submap;
33 void add(
const String& singleMatch,
const String& replacement);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
MapCharNormalizeCharMap submap
Definition: NormalizeCharMap.h:20
int32_t diff
Definition: NormalizeCharMap.h:25
String normStr
Definition: NormalizeCharMap.h:24
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Holds a map of String input to String output, to be used with MappingCharFilter.
Definition: NormalizeCharMap.h:15
clucene.sourceforge.net