|
a/src/rcldb/rcldb.h |
|
b/src/rcldb/rcldb.h |
|
... |
|
... |
256 |
* is subject to needUpdate() and physical existence tests (some
|
256 |
* is subject to needUpdate() and physical existence tests (some
|
257 |
* kind of file equivalent). Empty for top-level docs. Should
|
257 |
* kind of file equivalent). Empty for top-level docs. Should
|
258 |
* probably be renamed container_udi.
|
258 |
* probably be renamed container_udi.
|
259 |
* @param doc container for document data. Should have been filled as
|
259 |
* @param doc container for document data. Should have been filled as
|
260 |
* much as possible depending on the document type.
|
260 |
* much as possible depending on the document type.
|
|
|
261 |
* ** doc will be modified in a destructive way **
|
261 |
*/
|
262 |
*/
|
262 |
bool addOrUpdate(const string &udi,
|
263 |
bool addOrUpdate(const string &udi,
|
263 |
const string &parent_udi, Doc &doc);
|
264 |
const string &parent_udi, Doc &doc);
|
264 |
#ifdef IDX_THREADS
|
265 |
#ifdef IDX_THREADS
|
265 |
void waitUpdIdle();
|
266 |
void waitUpdIdle();
|