#include <PostlistSorter.hpp>
Static Public Member Functions | |
template<typename Value > | |
static void | sort (Postlist< Value > &postlist, Quantile &quantile, Sorting mode) |
Private Types | |
typedef Configuration::Sorting | Sorting |
Private Member Functions | |
PostlistSorter () |
A class to sort postlists.
Created on Jun 22, 2008
Definition at line 21 of file PostlistSorter.hpp.
typedef Configuration::Sorting aitools::invertedindex::PostlistSorter::Sorting [private] |
Definition at line 25 of file PostlistSorter.hpp.
aitools::invertedindex::PostlistSorter::PostlistSorter | ( | ) | [private] |
void aitools::invertedindex::PostlistSorter::sort | ( | Postlist< Value > & | postlist, | |
Quantile & | quantile, | |||
Sorting | mode | |||
) | [inline, static] |
Definition at line 44 of file PostlistSorter.hpp.
References aitools::invertedindex::ExternalMergeSort::max_memory, aitools::invertedindex::Postlist< Value >::payload(), aitools::invertedindex::ExternalMergeSort::sort(), and aitools::invertedindex::InternalIntroSort::sort().