#include <MatchInfo.hpp>
Public Methods | |
virtual | ~MatchInfo () |
clean up. | |
int | count () const |
number of matches | |
Static Public Methods | |
MatchInfo * | getMatches (const Index &ind, const Query &qry, DOCID_T docID) |
Advance to next document, return false if no more docs. |
|
clean up.
|
|
number of matches
|
|
Advance to next document, return false if no more docs. Construct the match list for a given query/document pair. Query would be better replaced by the QueryDocument class or some list of internal term ids derived from the input query. |