Switch to unified view

a/src/rcldb/rcldb_p.h b/src/rcldb/rcldb_p.h
...
...
122
122
123
    size_t whatDbIdx(Xapian::docid id);
123
    size_t whatDbIdx(Xapian::docid id);
124
124
125
    /** Retrieve Xapian::docid, given unique document identifier, 
125
    /** Retrieve Xapian::docid, given unique document identifier, 
126
     * using the posting list for the derived term.
126
     * using the posting list for the derived term.
127
     *
127
     * 
128
     * @param udi the unique document identifier (opaque hashed path+ipath).
129
     * @param idxi the database index, at query time, when using external
130
     *     databases.
131
     * @param[out] xdoc the xapian document.
128
     * @return 0 if not found
132
     * @return 0 if not found
129
     */
133
     */
130
    Xapian::docid getDoc(const string& udi, int idxi, Xapian::Document& xdoc);
134
    Xapian::docid getDoc(const string& udi, int idxi, Xapian::Document& xdoc);
131
135
132
    /** Retrieve unique document identifier for given Xapian document, 
136
    /** Retrieve unique document identifier for given Xapian document,