Switch to unified view

a/src/rcldb/rclquery.h b/src/rcldb/rclquery.h
...
...
75
    /** Get possibly expanded list of query terms */
75
    /** Get possibly expanded list of query terms */
76
    bool getQueryTerms(list<string>& terms);
76
    bool getQueryTerms(list<string>& terms);
77
77
78
    /** Return a list of terms which matched for a specific result document */
78
    /** Return a list of terms which matched for a specific result document */
79
    bool getMatchTerms(const Doc& doc, list<string>& terms);
79
    bool getMatchTerms(const Doc& doc, list<string>& terms);
80
    bool getMatchTerms(unsigned long xdocid, list<string>& terms);
80
81
81
    /** Expand query to look for documents like the one passed in */
82
    /** Expand query to look for documents like the one passed in */
82
    list<string> expand(const Doc &doc);
83
    list<string> expand(const Doc &doc);
83
84
84
    /** Return the Db we're set for */
85
    /** Return the Db we're set for */