#include "RetrievalMethod.hpp"
#include "TextQuery.hpp"
#include "IndexedReal.hpp"
#include "Index.hpp"
#include "Counter.hpp"
#include "WeightedIDSet.hpp"
#include "FreqVector.hpp"
Go to the source code of this file.
Compounds | |
class | ArrayQueryRep |
Representation of a query with a double array. More... | |
class | PseudoFBDocs |
Representation of a subset of feedback documents. More... | |
class | QueryTerm |
A query term is assumed to have at least an ID and a weight. More... | |
class | TextQueryRep |
Abstract representation of a text query as a sequence of weighted terms. More... |