Switch to unified view

a/src/index/indexer.h b/src/index/indexer.h
...
...
117
    bool updateDocs(vector<Rcl::Doc> &docs, IxFlag f = IxFNone);
117
    bool updateDocs(vector<Rcl::Doc> &docs, IxFlag f = IxFNone);
118
    static bool docsToPaths(vector<Rcl::Doc> &docs, vector<string> &paths);
118
    static bool docsToPaths(vector<Rcl::Doc> &docs, vector<string> &paths);
119
    /** Purge a list of files. */
119
    /** Purge a list of files. */
120
    bool purgeFiles(list<string> &files);
120
    bool purgeFiles(list<string> &files);
121
121
122
    /** Set in place reset mode */
123
    void setInPlaceReset() {m_db.setInPlaceReset();}
122
 private:
124
 private:
123
    RclConfig *m_config;
125
    RclConfig *m_config;
124
    Rcl::Db    m_db;
126
    Rcl::Db    m_db;
125
    FsIndexer *m_fsindexer; 
127
    FsIndexer *m_fsindexer; 
126
    bool                m_dobeagle;
128
    bool                m_dobeagle;