#include <DocScore.hpp>
Public Member Functions | |
DocScoreVector () | |
DocScoreVector (int size) | |
virtual | ~DocScoreVector () |
virtual void | PushValue (const string &docid, double value) |
push a value | |
virtual void | Sort (bool descending=true) |
sort all the values, default is descending order | |
Static Private Attributes | |
ScoreAscending | ascendOrder |
ScoreDescending | descendOrder |
|
|
|
|
|
|
|
push a value
|
|
sort all the values, default is descending order
|
|
|
|
|