|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
148 |
string getStopfile() const;
|
148 |
string getStopfile() const;
|
149 |
/** Get indexing pid file name */
|
149 |
/** Get indexing pid file name */
|
150 |
string getPidfile() const;
|
150 |
string getPidfile() const;
|
151 |
/** Get indexing status file name */
|
151 |
/** Get indexing status file name */
|
152 |
string getIdxStatusFile() const;
|
152 |
string getIdxStatusFile() const;
|
|
|
153 |
/** Do path translation according to the ptrans table */
|
|
|
154 |
void urlrewrite(const string& dbdir, string& url) const;
|
153 |
|
155 |
|
154 |
/** Get Web Queue directory name */
|
156 |
/** Get Web Queue directory name */
|
155 |
string getWebQueueDir() const;
|
157 |
string getWebQueueDir() const;
|
156 |
|
158 |
|
157 |
/** Get list of skipped file names for current keydir */
|
159 |
/** Get list of skipped file names for current keydir */
|
|
... |
|
... |
277 |
ConfStack<ConfTree> *m_conf; // Parsed configuration files
|
279 |
ConfStack<ConfTree> *m_conf; // Parsed configuration files
|
278 |
ConfStack<ConfTree> *mimemap; // The files don't change with keydir,
|
280 |
ConfStack<ConfTree> *mimemap; // The files don't change with keydir,
|
279 |
ConfStack<ConfSimple> *mimeconf; // but their content may depend on it.
|
281 |
ConfStack<ConfSimple> *mimeconf; // but their content may depend on it.
|
280 |
ConfStack<ConfSimple> *mimeview; //
|
282 |
ConfStack<ConfSimple> *mimeview; //
|
281 |
ConfStack<ConfSimple> *m_fields;
|
283 |
ConfStack<ConfSimple> *m_fields;
|
|
|
284 |
ConfSimple *m_ptrans; // Paths translations
|
282 |
map<string, FieldTraits> m_fldtotraits; // Field to field params
|
285 |
map<string, FieldTraits> m_fldtotraits; // Field to field params
|
283 |
map<string, string> m_aliastocanon;
|
286 |
map<string, string> m_aliastocanon;
|
284 |
set<string> m_storedFields;
|
287 |
set<string> m_storedFields;
|
285 |
map<string, string> m_xattrtofld;
|
288 |
map<string, string> m_xattrtofld;
|
286 |
|
289 |
|