Switch to unified view

a/src/rcldb/rclabstract.cpp b/src/rcldb/rclabstract.cpp
...
...
288
abstract_result Query::Native::makeAbstract(Xapian::docid docid,
288
abstract_result Query::Native::makeAbstract(Xapian::docid docid,
289
                        vector<Snippet>& vabs, 
289
                        vector<Snippet>& vabs, 
290
                        int imaxoccs, int ictxwords)
290
                        int imaxoccs, int ictxwords)
291
{
291
{
292
    Chrono chron;
292
    Chrono chron;
293
    LOGABS(("makeAbstract: docid %l imaxoccs %d ictxwords %d\n", 
293
    LOGABS(("makeAbstract: docid %ld imaxoccs %d ictxwords %d\n", 
294
        long(docid), imaxoccs, ictxwords));
294
        long(docid), imaxoccs, ictxwords));
295
295
296
    // The (unprefixed) terms matched by this document
296
    // The (unprefixed) terms matched by this document
297
    vector<string> matchedTerms;
297
    vector<string> matchedTerms;
298
    {
298
    {