#include <CompressedCollection.hpp>
Inheritance diagram for CompressedCollection:
Public Methods | |
CompressedCollection () | |
~CompressedCollection () | |
void | create (const std::string &fileName) |
void | create (const std::string &fileName, const std::vector< std::string > &indexedFields) |
void | open (const std::string &fileName) |
void | openRead (const std::string &fileName) |
void | close () |
ParsedDocument * | retrieve (int documentID) |
std::string | retrieveMetadatum (int documentID, const std::string &attributeName) |
void | addDocument (int documentID, ParsedDocument *document) |
|
|
|
|
|
Implements Collection. |
|
|
|
|
|
|
|
|
|
|
|
Implements Collection. |
|
|