7#ifndef NORMALIZECHARMAP_H
8#define NORMALIZECHARMAP_H
33 void add(
const String& singleMatch,
const String& replacement);
#define LUCENE_CLASS(Name)
Definition LuceneObject.h:24
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
String normStr
Definition NormalizeCharMap.h:24
virtual ~NormalizeCharMap()
int32_t diff
Definition NormalizeCharMap.h:25
MapCharNormalizeCharMap submap
Definition NormalizeCharMap.h:23
void add(const String &singleMatch, const String &replacement)
Records a replacement to be applied to the inputs stream. Whenever singleMatch occurs in the input,...
Definition AbstractAllTermDocs.h:12