fix nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-02-27 17:32:57 +00:00
parent ec52a87046
commit d41c7651d4
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ public class PeerSync {
ModifiableSolrParams params = new ModifiableSolrParams();
params.set(DistributedUpdateProcessor.SEEN_LEADER, true);
params.set("peersync",true); // nocommit
// params.set("peersync",true); // debugging
SolrQueryRequest req = new LocalSolrQueryRequest(uhandler.core, params);
SolrQueryResponse rsp = new SolrQueryResponse();