strusPython
0.14
|
Global document statistics, if passed down with the query. More...
#include <bindingObjects.hpp>
Public Member Functions | |
GlobalStatistics () | |
Default constructor. More... | |
GlobalStatistics (GlobalCounter nofDocumentsInserted_) | |
Constructor. More... | |
GlobalStatistics (const GlobalStatistics &o) | |
Copy constructor. More... | |
GlobalCounter | nofdocs () const |
Get the global total number of documents in the collection. More... | |
void | set_nofdocs (GlobalCounter nofdocs_) |
Set the global total number of documents in the collection for a query evaluation. More... | |
Global document statistics, if passed down with the query.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
|
inline |
Copy constructor.
|
inline |
Get the global total number of documents in the collection.
|
inline |
Set the global total number of documents in the collection for a query evaluation.
[in] | nofdocs_ | the total number of documents value to use |