You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2012/03/28 14:08:36 UTC

svn commit: r1306281 - /lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java

Author: erick
Date: Wed Mar 28 12:08:36 2012
New Revision: 1306281

URL: http://svn.apache.org/viewvc?rev=1306281&view=rev
Log:
Doc only change for SOLR-3285

Modified:
    lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java

Modified: lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java?rev=1306281&r1=1306280&r2=1306281&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java (original)
+++ lucene/dev/branches/branch_3x/solr/solrj/src/java/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.java Wed Mar 28 12:08:36 2012
@@ -48,7 +48,8 @@ import org.slf4j.LoggerFactory;
  * Although any SolrServer request can be made with this implementation,
  * it is only recommended to use {@link StreamingUpdateSolrServer} with
  * /update requests.  The base class {&link CommonsHttpSolrServer} is
- * better suited for the query interface.
+ * better suited for the query interface, or for situations where you
+ * need to detect errors or catch exceptions from udpate requests.
  * 
  * @version $Id: CommonsHttpSolrServer.java 724175 2008-12-07 19:07:11Z ryan $
  * @since solr 1.4