mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
Initialize collrec before posdb
This commit is contained in:
@ -41,8 +41,9 @@ protected:
|
||||
}
|
||||
|
||||
void SetUp() {
|
||||
g_posdb.init();
|
||||
g_collectiondb.loadAllCollRecs();
|
||||
g_posdb.init();
|
||||
|
||||
g_collectiondb.addRdbBaseToAllRdbsForEachCollRec();
|
||||
deletePosdb();
|
||||
}
|
||||
|
Reference in New Issue
Block a user