|
a/src/query/docseqdb.cpp |
|
b/src/query/docseqdb.cpp |
|
... |
|
... |
41 |
bool DocSequenceDb::getTerms(vector<string>& terms,
|
41 |
bool DocSequenceDb::getTerms(vector<string>& terms,
|
42 |
vector<vector<string> >& groups,
|
42 |
vector<vector<string> >& groups,
|
43 |
vector<int>& gslks)
|
43 |
vector<int>& gslks)
|
44 |
{
|
44 |
{
|
45 |
return m_fsdata->getTerms(terms, groups, gslks);
|
45 |
return m_fsdata->getTerms(terms, groups, gslks);
|
|
|
46 |
}
|
|
|
47 |
|
|
|
48 |
void DocSequenceDb::getUTerms(vector<string>& terms)
|
|
|
49 |
{
|
|
|
50 |
m_sdata->getUTerms(terms);
|
46 |
}
|
51 |
}
|
47 |
|
52 |
|
48 |
string DocSequenceDb::getDescription()
|
53 |
string DocSequenceDb::getDescription()
|
49 |
{
|
54 |
{
|
50 |
return m_fsdata->getDescription();
|
55 |
return m_fsdata->getDescription();
|