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/13 15:56:16 UTC

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

Author: erick
Date: Tue Mar 13 14:56:16 2012
New Revision: 1300167

URL: http://svn.apache.org/viewvc?rev=1300167&view=rev
Log:
Fix for SOLR-3236, javadoc only

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=1300167&r1=1300166&r2=1300167&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 Tue Mar 13 14:56:16 2012
@@ -45,9 +45,10 @@ import org.slf4j.LoggerFactory;
  * {@link StreamingUpdateSolrServer} buffers all added documents and writes them
  * into open HTTP connections. This class is thread safe.
  * 
- * Although any SolrServer request can be made with this implementation, 
- * it is only recommended to use the {@link StreamingUpdateSolrServer} with
- * /update requests.  The query interface is better suited for 
+ * 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.
  * 
  * @version $Id: CommonsHttpSolrServer.java 724175 2008-12-07 19:07:11Z ryan $
  * @since solr 1.4