Switch to unified view

a/src/rcldb/rcldb.cpp b/src/rcldb/rcldb.cpp
...
...
296
            fprintf(fp, "chert %s\n", dir.c_str());
296
            fprintf(fp, "chert %s\n", dir.c_str());
297
            fclose(fp);
297
            fclose(fp);
298
            xwdb = Xapian::WritableDatabase(stub, action);
298
            xwdb = Xapian::WritableDatabase(stub, action);
299
            m_storetext = false;
299
            m_storetext = false;
300
        }
300
        }
301
        LOGINF("Rcl::Db::openWrite: new index will " << (m_storetext?"":"not ")
302
               << "store document text\n");
301
#else
303
#else
302
        // Old Xapian (chert only) or newer (no chert). Use the
304
        // Old Xapian (chert only) or newer (no chert). Use the
303
        // default index backend and let the user decide of the
305
        // default index backend and let the user decide of the
304
        // abstract generation method. The configured default is to
306
        // abstract generation method. The configured default is to
305
        // store the text.
307
        // store the text.