You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2011/12/14 18:30:28 UTC

svn commit: r1214365 - /lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java

Author: markrmiller
Date: Wed Dec 14 17:30:27 2011
New Revision: 1214365

URL: http://svn.apache.org/viewvc?rev=1214365&view=rev
Log:
add comment

Modified:
    lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java

Modified: lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java?rev=1214365&r1=1214364&r2=1214365&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java (original)
+++ lucene/dev/branches/solrcloud/solr/core/src/java/org/apache/solr/update/processor/DistributedUpdateProcessor.java Wed Dec 14 17:30:27 2011
@@ -125,7 +125,8 @@ public class DistributedUpdateProcessor 
     
     collection = coreDesc.getCloudDescriptor().getCollectionName();
     
-    cmdDistrib = new SolrCmdDistributor(rsp);
+    cmdDistrib = new SolrCmdDistributor(rsp); // TODO: we put the last result (which could be complicated due to 
+                                              // multiple docs per req) in the rsp - this is whack
   }
 
   private List<String> setupRequest(int hash) {