svcore
1.9
|
A rather eccentric interface for matching texts in differently-scored fields. More...
#include <TextMatcher.h>
Classes | |
struct | Match |
Public Member Functions | |
TextMatcher () | |
virtual | ~TextMatcher () |
void | test (Match &match, QStringList keywords, QString text, QString textType, int score) |
A rather eccentric interface for matching texts in differently-scored fields.
Definition at line 27 of file TextMatcher.h.
Definition at line 18 of file TextMatcher.cpp.
TextMatcher::~TextMatcher | ( | ) | [virtual] |
Definition at line 22 of file TextMatcher.cpp.
void TextMatcher::test | ( | Match & | match, |
QStringList | keywords, | ||
QString | text, | ||
QString | textType, | ||
int | score | ||
) |
Definition at line 27 of file TextMatcher.cpp.
References XmlExportable::encodeEntities(), TextMatcher::Match::fragments, and TextMatcher::Match::score.
Referenced by TransformFactory::search().