backslashes in abstract could fudge the format of the db data record...
This commit is contained in:
parent
613b090c7b
commit
8cde199b84
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user