Switch to unified view

a/src/rcldb/rcldb.cpp b/src/rcldb/rcldb.cpp
...
...
1228
    m_synthAbsLen = syntlen;
1228
    m_synthAbsLen = syntlen;
1229
    if (syntctxlen > 0)
1229
    if (syntctxlen > 0)
1230
    m_synthAbsWordCtxLen = syntctxlen;
1230
    m_synthAbsWordCtxLen = syntctxlen;
1231
}
1231
}
1232
1232
1233
static const string cstr_nc("\n\r\x0c");
1233
static const string cstr_nc("\n\r\x0c\\");
1234
#define RECORD_APPEND(R, NM, VAL) {R += NM + "=" + VAL + "\n";}
1234
#define RECORD_APPEND(R, NM, VAL) {R += NM + "=" + VAL + "\n";}
1235
1235
1236
// Add document in internal form to the database: index the terms in
1236
// Add document in internal form to the database: index the terms in
1237
// the title abstract and body and add special terms for file name,
1237
// the title abstract and body and add special terms for file name,
1238
// date, mime type etc. , create the document data record (more
1238
// date, mime type etc. , create the document data record (more