|
a/src/rcldb/searchdata.h |
|
b/src/rcldb/searchdata.h |
|
... |
|
... |
200 |
// Maximum TermMatch (e.g. wildcard) expansion. This is normally set
|
200 |
// Maximum TermMatch (e.g. wildcard) expansion. This is normally set
|
201 |
// from the configuration with a high default, but may be set to a lower
|
201 |
// from the configuration with a high default, but may be set to a lower
|
202 |
// value during "find-as-you-type" operations from the GUI
|
202 |
// value during "find-as-you-type" operations from the GUI
|
203 |
int m_softmaxexpand;
|
203 |
int m_softmaxexpand;
|
204 |
|
204 |
|
205 |
bool expandFileTypes(const RclConfig *cfg, std::vector<std::string>& exptps);
|
205 |
bool expandFileTypes(Rcl::Db &db, std::vector<std::string>& exptps);
|
206 |
bool clausesToQuery(Rcl::Db &db, SClType tp,
|
206 |
bool clausesToQuery(Rcl::Db &db, SClType tp,
|
207 |
std::vector<SearchDataClause*>& query,
|
207 |
std::vector<SearchDataClause*>& query,
|
208 |
string& reason, void *d);
|
208 |
string& reason, void *d);
|
209 |
void commoninit();
|
209 |
void commoninit();
|
210 |
|
210 |
|