#include <NumericFieldAnnotator.hpp>
Inheritance diagram for indri::parse::NumericFieldAnnotator:
Public Member Functions | |
NumericFieldAnnotator (std::string &field) | |
~NumericFieldAnnotator () | |
indri::api::ParsedDocument * | transform (indri::api::ParsedDocument *document) |
void | setHandler (ObjectHandler< indri::api::ParsedDocument > &handler) |
void | handle (indri::api::ParsedDocument *document) |
Private Attributes | |
ObjectHandler< indri::api::ParsedDocument > * | _handler |
std::string & | _field |
bool | _foundNonNumeric |
int | _numberCopyLength |
char * | _numberCopy |
|
|
|
|
|
Implements indri::parse::Transformation. |
|
Implements indri::parse::Transformation. |
|
Implements indri::parse::Transformation. |
|
|
|
|
|
|
|
|
|
|