Public Member Functions | |
std::string | operator() (const Xapian::Document &) const |
This method takes a Document object and builds a sort key from it. |
Definition at line 153 of file api_sorting.cc.
std::string NeverUseMeSorter::operator() | ( | const Xapian::Document & | doc | ) | const [inline, virtual] |
This method takes a Document object and builds a sort key from it.
Documents are then ordered by a string compare on the sort keys.
Implements Xapian::Sorter.
Definition at line 155 of file api_sorting.cc.
References FAIL_TEST.