Switch to unified view

a/src/rcldb/rcldoc.h b/src/rcldb/rcldoc.h
...
...
133
    text.erase();
133
    text.erase();
134
    pc = 0;
134
    pc = 0;
135
    xdocid = 0;
135
    xdocid = 0;
136
    }
136
    }
137
137
138
    void dump(bool dotext=false);
139
138
    // The official names for recoll native fields when used in a text
140
    // The official names for recoll native fields when used in a text
139
    // context (ie: the python interface duplicates some of the fixed
141
    // context (ie: the python interface duplicates some of the fixed
140
    // fields in the meta array, these are the names used). Defined in
142
    // fields in the meta array, these are the names used). Defined in
141
    // rcldoc.cpp. For fields stored in the meta[] array (ie, title,
143
    // rcldoc.cpp. For fields stored in the meta[] array (ie, title,
142
    // author), filters _must_ use these values
144
    // author), filters _must_ use these values