#include <enquire.h>
Collaboration diagram for Xapian::RSet:
Public Member Functions | |
RSet (const RSet &rset) | |
Copy constructor. | |
void | operator= (const RSet &rset) |
Assignment operator. | |
RSet () | |
Default constructor. | |
~RSet () | |
Destructor. | |
Xapian::doccount | size () const |
The number of documents in this R-Set. | |
bool | empty () const |
Test if this R-Set is empty. | |
void | add_document (Xapian::docid did) |
Add a document to the relevance set. | |
void | add_document (const Xapian::MSetIterator &i) |
Add a document to the relevance set. | |
void | remove_document (Xapian::docid did) |
Remove a document from the relevance set. | |
void | remove_document (const Xapian::MSetIterator &i) |
Remove a document from the relevance set. | |
bool | contains (Xapian::docid did) const |
Test if a given document in the relevance set. | |
bool | contains (const Xapian::MSetIterator &i) |
Test if a given document in the relevance set. | |
std::string | get_description () const |
Introspection method. | |
Public Attributes | |
Xapian::Internal::RefCntPtr< Internal > | internal |
This is the set of documents which are marked as relevant, for use in modifying the term weights, and in performing query expansion.
|
Copy constructor.
|
|
Default constructor.
|
|
Destructor.
|
|
Add a document to the relevance set.
|
|
Add a document to the relevance set.
|
|
Test if a given document in the relevance set.
|
|
Test if a given document in the relevance set.
|
|
Test if this R-Set is empty.
|
|
Introspection method.
|
|
Assignment operator.
|
|
Remove a document from the relevance set.
|
|
Remove a document from the relevance set.
|
|
The number of documents in this R-Set.
|