|
a/src/rcldb/rcldb.h |
|
b/src/rcldb/rcldb.h |
|
... |
|
... |
221 |
|
221 |
|
222 |
/* The next two, only for searchdata, should be somehow hidden */
|
222 |
/* The next two, only for searchdata, should be somehow hidden */
|
223 |
/* Return configured stop words */
|
223 |
/* Return configured stop words */
|
224 |
const StopList& getStopList() const {return m_stops;}
|
224 |
const StopList& getStopList() const {return m_stops;}
|
225 |
/* Field name to prefix translation (ie: author -> 'A') */
|
225 |
/* Field name to prefix translation (ie: author -> 'A') */
|
226 |
bool fieldToTraits(const string& fldname, const FieldTraits **ftpp);
|
226 |
bool fieldToTraits(const string& fldname, const FieldTraits **ftpp,
|
|
|
227 |
bool isquery = false);
|
227 |
|
228 |
|
228 |
/* Update-related methods ******************************************/
|
229 |
/* Update-related methods ******************************************/
|
229 |
|
230 |
|
230 |
/** Test if the db entry for the given udi is up to date (by
|
231 |
/** Test if the db entry for the given udi is up to date (by
|
231 |
* comparing the input and stored sigs). This is used both when
|
232 |
* comparing the input and stored sigs). This is used both when
|