Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: clients - java
-
Labels:None
Description
CommonsHttpSolrServer creates the whole xml in memory before it writes it to the server. It effectively consumes 3 times the string size in memory before writing it to the server
It can be directly written to the server and we can get faster upload