comments
This commit is contained in:
parent
3af974bb9a
commit
f3c5179bc0
1 changed files with 2 additions and 4 deletions
|
@ -17,9 +17,6 @@
|
|||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
/** Retrieve the dups of a given document. The input has to be a query result
|
||||
* because we use the xdocid */
|
||||
|
||||
#include "autoconfig.h"
|
||||
|
||||
#include <string>
|
||||
|
@ -37,7 +34,8 @@ using namespace std;
|
|||
|
||||
namespace Rcl {
|
||||
|
||||
// File name wild card expansion. This is a specialisation ot termMatch
|
||||
/** Retrieve the dups of a given document. The input has to be a query result
|
||||
* because we use the xdocid. We get the md5 from this, then the dups */
|
||||
bool Db::docDups(const Doc& idoc, vector<Doc>& odocs)
|
||||
{
|
||||
if (m_ndb == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue