Switch to unified view

a/src/rcldb/rcldb_p.h b/src/rcldb/rcldb_p.h
...
...
89
    { }
89
    { }
90
90
91
    ~Native() {
91
    ~Native() {
92
    }
92
    }
93
93
94
    string makeAbstract(Xapian::docid id, Query *query);
94
    vector<string> makeAbstract(Xapian::docid id, Query *query);
95
95
96
    bool dbDataToRclDoc(Xapian::docid docid, std::string &data, Doc &doc);
96
    bool dbDataToRclDoc(Xapian::docid docid, std::string &data, Doc &doc);
97
97
98
    /** Compute list of subdocuments for a given udi. We look for documents 
98
    /** Compute list of subdocuments for a given udi. We look for documents 
99
     * indexed by a parent term matching the udi, the posting list for the 
99
     * indexed by a parent term matching the udi, the posting list for the