Concordia
|
#include <anubis_search_result.hpp>
Public Member Functions | |
AnubisSearchResult (const SUFFIX_MARKER_TYPE &exampleId, const double score) | |
virtual | ~AnubisSearchResult () |
SUFFIX_MARKER_TYPE | getExampleId () const |
double | getScore () const |
bool | operator> (const AnubisSearchResult &other) const |
Class representing an example found by anubis search. Contains the id of the example and anubis score of the search.
|
explicit |
Constructor.
exampleId | the id of found example |
score | score of this example |
|
virtual |
Destructor.
|
inline |
Getter for example id.
|
inline |
Getter for anubis score.
|
inline |
Operator "greater than", used to sort objects of this class.