Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The "Solrj" page has been changed by AlanWoodward:
http://wiki.apache.org/solr/Solrj?action=diff&rev1=65&rev2=66

Comment:
Update docs to not refer to deprecated/non-existent 4.0 class...

  
  === Streaming documents for an update ===
  
- In most cases 
[[http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/impl/StreamingUpdateSolrServer.html|StreamingUpdateSolrServer]]
 will suit your needs. Alternatively, the workaround presented below can be 
applied.
+ In most cases 
[[http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/impl/ConcurrentUpdateSolrServer.html|ConcurrentUpdateSolrServer]]
 will suit your needs. Alternatively, the workaround presented below can be 
applied.
  
  This is the most optimal way of updating all your docs in one http request.
  

Reply via email to