Description
For remote Solr we are using the HttpSolrServer which is fine for searching, however for indexing the ConcurrentUpdateSolrServer should be much performant.
I did a quick local test and the timing for indexing 19k docs goes down from 3 mins to 5 seconds.