a/src/index/beaglequeue.cpp b/src/index/beaglequeue.cpp
...
...
159
        for (map<string,string>::const_iterator it = doc.meta.begin();
159
        for (map<string,string>::const_iterator it = doc.meta.begin();
160
             it != doc.meta.end(); it++) {
160
             it != doc.meta.end(); it++) {
161
            m_fields.set((*it).first, (*it).second, cstr_null);
161
            m_fields.set((*it).first, (*it).second, cstr_null);
162
        }
162
        }
163
        m_fields.set(cstr_url, doc.url, cstr_null);
163
        m_fields.set(cstr_url, doc.url, cstr_null);
164
        m_fields.set(cstr_mimetype, doc.mimetype, cstr_null);
164
        m_fields.set(cstr_bgc_mimetype, doc.mimetype, cstr_null);
165
165
166
        return true;
166
        return true;
167
    }    
167
    }    
168
168
169
    RclConfig *m_conf;
169
    RclConfig *m_conf;