|
a/src/rcldb/rcldoc.cpp |
|
b/src/rcldb/rcldoc.cpp |
|
... |
|
... |
28 |
const string Doc::keychildurl("childurl");
|
28 |
const string Doc::keychildurl("childurl");
|
29 |
const string Doc::keydmt("dmtime");
|
29 |
const string Doc::keydmt("dmtime");
|
30 |
const string Doc::keyds("dbytes");
|
30 |
const string Doc::keyds("dbytes");
|
31 |
const string Doc::keyfmt("fmtime");
|
31 |
const string Doc::keyfmt("fmtime");
|
32 |
const string Doc::keyfn("filename");
|
32 |
const string Doc::keyfn("filename");
|
|
|
33 |
const string Doc::keytcfn("containerfilename");
|
33 |
const string Doc::keyfs("fbytes");
|
34 |
const string Doc::keyfs("fbytes");
|
34 |
const string Doc::keyipt("ipath");
|
35 |
const string Doc::keyipt("ipath");
|
35 |
const string Doc::keykw("keywords");
|
36 |
const string Doc::keykw("keywords");
|
36 |
const string Doc::keymd5("md5");
|
37 |
const string Doc::keymd5("md5");
|
37 |
const string Doc::keymt("mtime");
|
38 |
const string Doc::keymt("mtime");
|