hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
SphinxResultNullSorter.cpp
Go to the documentation of this file.
1
#include "
SphinxResultNullSorter.hpp
"
2
#include <algorithm>
3
4
namespace
HCE
5
{
6
namespace
sphinx
7
{
8
namespace
reduce_task
9
{
10
11
using namespace
std;
12
using namespace
HCE::sphinx;
13
using namespace
Poco;
14
15
16
SphinxResultNullSorter::SphinxResultNullSorter
() {
17
}
18
19
SphinxResultNullSorter::~SphinxResultNullSorter
() {
20
}
21
22
void
SphinxResultNullSorter::sortByWeight
(std::vector<std::pair<std::string,
23
unsigned
long
long
> > &weightDocIds)
24
{
25
sort(weightDocIds);
26
}
27
28
29
}
30
}
31
}
sources
utils
reduceSphinx
src
SphinxResultNullSorter.cpp
Generated on Tue Jun 30 2015 19:42:15 for hce-node application by
1.8.1.2