<div>hi, the xapian-replicate has a parameter: --reader-time. I see the help ,means ,if there has searcher  open the Database,</div><div>then xapian-replicate will wait the searcher done. but the xapian-replicate how to know there has a searcher is using the</div><div>Database. How do I open the database when I search?  now I open the database like this:</div><div>Xapian::Database db(dbpath);  is that correct ? </div>