|
a/src/rcldb/rcldoc.cpp |
|
b/src/rcldb/rcldoc.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: rcldoc.cpp,v 1.1 2008-09-08 16:49:10 dockes Exp $ (C) 2007 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: rcldoc.cpp,v 1.2 2008-09-16 08:18:30 dockes Exp $ (C) 2007 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
|
4 |
|
5 |
|
5 |
|
6 |
#include "rcldoc.h"
|
6 |
#include "rcldoc.h"
|
7 |
namespace Rcl {
|
7 |
namespace Rcl {
|
8 |
const string Doc::keyabs("abstract");
|
|
|
9 |
const string Doc::keyau("author");
|
8 |
const string Doc::keyurl("url");
|
10 |
const string Doc::keyfn("filename");
|
9 |
const string Doc::keyfn("filename");
|
|
|
10 |
const string Doc::keyipt("ipath");
|
|
|
11 |
const string Doc::keytp("mtype");
|
|
|
12 |
const string Doc::keyfmt("fmtime");
|
|
|
13 |
const string Doc::keydmt("dmtime");
|
|
|
14 |
const string Doc::keymt("mtime");
|
|
|
15 |
const string Doc::keyoc("origcharset");
|
11 |
const string Doc::keykw("keywords");
|
16 |
const string Doc::keyfs("fbytes");
|
|
|
17 |
const string Doc::keyds("dbytes");
|
|
|
18 |
const string Doc::keysz("size");
|
|
|
19 |
const string Doc::keysig("sig");
|
12 |
const string Doc::keyrr("relevancyrating");
|
20 |
const string Doc::keyrr("relevancyrating");
|
|
|
21 |
const string Doc::keyabs("abstract");
|
|
|
22 |
const string Doc::keyau("author");
|
13 |
const string Doc::keytt("title");
|
23 |
const string Doc::keytt("title");
|
|
|
24 |
const string Doc::keykw("keywords");
|
14 |
}
|
25 |
}
|