|
a/src/rcldb/rcldb.h |
|
b/src/rcldb/rcldb.h |
|
... |
|
... |
169 |
bool termMatch(MatchType typ, const string &lang, const string &s,
|
169 |
bool termMatch(MatchType typ, const string &lang, const string &s,
|
170 |
TermMatchResult& result, int max = -1,
|
170 |
TermMatchResult& result, int max = -1,
|
171 |
const string& field = "",
|
171 |
const string& field = "",
|
172 |
string *prefix = 0
|
172 |
string *prefix = 0
|
173 |
);
|
173 |
);
|
|
|
174 |
/** Return min and max years for doc mod times in db */
|
|
|
175 |
bool maxYearSpan(int *minyear, int *maxyear);
|
174 |
|
176 |
|
175 |
/** Special filename wildcard to XSFN terms expansion.
|
177 |
/** Special filename wildcard to XSFN terms expansion.
|
176 |
internal/searchdata use only */
|
178 |
internal/searchdata use only */
|
177 |
bool filenameWildExp(const string& exp, list<string>& names);
|
179 |
bool filenameWildExp(const string& exp, list<string>& names);
|
178 |
|
180 |
|