Hi all,
i was wandering if there is a clean way to support Solr partial update using DSE and SolrJ.
As far as i know DSE supports partial updates as long as the request contains replacefields=false.
However different implementations of SolrServer in the solrj package do no support the option to specify custom update parameters.
I solved it simply extending the HttpSolrServer and rewriting the add(Collection<SolrInputDocument> docs, int commitWithinMs) method, but i was wondering if there is a cleaner solution.
Any ideas?
Thanks
Edo
