|
a/src/rcldb/rcldb.h |
|
b/src/rcldb/rcldb.h |
|
... |
|
... |
313 |
);
|
313 |
);
|
314 |
/** Return min and max years for doc mod times in db */
|
314 |
/** Return min and max years for doc mod times in db */
|
315 |
bool maxYearSpan(int *minyear, int *maxyear);
|
315 |
bool maxYearSpan(int *minyear, int *maxyear);
|
316 |
|
316 |
|
317 |
/** Wildcard expansion specific to file names. Internal/sdata use only */
|
317 |
/** Wildcard expansion specific to file names. Internal/sdata use only */
|
318 |
bool filenameWildExp(const string& exp, vector<string>& names);
|
318 |
bool filenameWildExp(const string& exp, vector<string>& names, int max);
|
319 |
|
319 |
|
320 |
/** Set parameters for synthetic abstract generation */
|
320 |
/** Set parameters for synthetic abstract generation */
|
321 |
void setAbstractParams(int idxTrunc, int synthLen, int syntCtxLen);
|
321 |
void setAbstractParams(int idxTrunc, int synthLen, int syntCtxLen);
|
322 |
int getAbsCtxLen() const
|
322 |
int getAbsCtxLen() const
|
323 |
{
|
323 |
{
|