Switch to unified view

a/src/rcldb/rcldoc.h b/src/rcldb/rcldoc.h
...
...
223
    static const string keybcknd; // backend type for data not from the filesys
223
    static const string keybcknd; // backend type for data not from the filesys
224
    // udi back from index. Only set by Rcl::Query::getdoc().
224
    // udi back from index. Only set by Rcl::Query::getdoc().
225
    static const string keyudi;
225
    static const string keyudi;
226
    static const string keyapptg; // apptag. Set from localfields (fsindexer)
226
    static const string keyapptg; // apptag. Set from localfields (fsindexer)
227
    static const string keybght;  // beagle hit type ("beagleHitType")
227
    static const string keybght;  // beagle hit type ("beagleHitType")
228
    // Boolean used to indicate if the doc has descendants in the ipath sense
229
    // (different from the file/contend parent_udi thing).
230
    static const string keyanc;  
228
};
231
};
229
232
230
233
231
#ifndef NO_NAMESPACES
234
#ifndef NO_NAMESPACES
232
}
235
}