backslashes in abstract could fudge the format of the db data record...

This commit is contained in:
Jean-Francois Dockes 2013-11-07 15:00:43 +01:00
parent 66e6c6d39a
commit 46f1dd1f4b

View file

@ -1230,7 +1230,7 @@ void Db::setAbstractParams(int idxtrunc, int syntlen, int syntctxlen)
m_synthAbsWordCtxLen = syntctxlen; m_synthAbsWordCtxLen = syntctxlen;
} }
static const string cstr_nc("\n\r\x0c"); static const string cstr_nc("\n\r\x0c\\");
#define RECORD_APPEND(R, NM, VAL) {R += NM + "=" + VAL + "\n";} #define RECORD_APPEND(R, NM, VAL) {R += NM + "=" + VAL + "\n";}
// Add document in internal form to the database: index the terms in // Add document in internal form to the database: index the terms in