A simple question about solrj (Solr 6.4.2), how to update documents with expungeDeletes true/false?
In org.apache.solr.client.solrj.SolrClient there are many add, commit, delete, optimize, ... but no "update". What is the best way to "update"? - just "add" the same docid with new content as update? - first "deleteById" and then "add"? - anything else...? And how accomplish "expungeDeletes" true/false ? Thanks, Bernd