Switch to unified view

a/src/rcldb/rcldb.cpp b/src/rcldb/rcldb.cpp
...
...
1343
            *it = it->substr(0, 230);
1343
            *it = it->substr(0, 230);
1344
        }
1344
        }
1345
        newdocument.add_posting(wrap_prefix(pathelt_prefix) + *it, 
1345
        newdocument.add_posting(wrap_prefix(pathelt_prefix) + *it, 
1346
                    splitter.basepos + splitter.curpos++);
1346
                    splitter.basepos + splitter.curpos++);
1347
        }
1347
        }
1348
            splitter.basepos += splitter.curpos + 100;
1348
    }
1349
    }
1349
1350
1350
    // Index textual metadata.  These are all indexed as text with
1351
    // Index textual metadata.  These are all indexed as text with
1351
    // positions, as we may want to do phrase searches with them (this
1352
    // positions, as we may want to do phrase searches with them (this
1352
    // makes no sense for keywords by the way).
1353
    // makes no sense for keywords by the way).