Re: index backup works only if there are committed index

2009-07-24 Thread Mark Miller
that the backup request http://master_host:port/solr/replication?command=backup http://master_host/solr/replication?command=backup works only if there are committed index data, i.e. core.getDeletionPolicy().getLatestCommit() is not null. Otherwise, no backup is created. It sounds logical

index backup works only if there are committed index

2009-07-23 Thread solr jay
Hi, I noticed that the backup request http://master_host:port/solr/replication?command=backuphttp://master_host/solr/replication?command=backup works only if there are committed index data, i.e. core.getDeletionPolicy().getLatestCommit() is not null. Otherwise, no backup is created. It sounds

Re: index backup works only if there are committed index

2009-07-23 Thread Otis Gospodnetic
Message From: solr jay solr...@gmail.com To: solr-user@lucene.apache.org Sent: Thursday, July 23, 2009 12:56:23 PM Subject: index backup works only if there are committed index Hi, I noticed that the backup request http://master_host:port/solr/replication?command=backup works