Actually, I found the snapshot in the directory where solr was lauched. Is this done on purpose? shouldn't it be in the data directory?
Thanks, Jianhan On Mon, Apr 27, 2009 at 11:43 AM, Jian Han Guo <jian...@gmail.com> wrote: > Hi, > > According to Solr's wiki page http://wiki.apache.org/solr/SolrReplication, > if I send the following request to master, a snapshoot will be created > > http://master_host:port/solr/replication?command=snapshoot<http://master_host/solr/replication?command=snapshoot> > > > But after I did it, nothing seemed happening. > > I got this response back, > > <?xml version="1.0" encoding="UTF-8"?> > <response> > <lst name="responseHeader"><int name="status">0</int><int > name="QTime">2</int></lst> > </response> > > and I checked the data directory, no snapshoot was created. > > I am not sure what to expect after making the request, and where to find > the snapshoot files (and what they are). > > Thanks, > > Jianhan > > > > > >