solrj api for partial document update
Solr 4 beta is out, the GA version will follow soon. Partial document updates has been around for a while as explained here: http://solr.pl/en/2012/07/09/solr-4-0-partial-documents-update/ However, I haven't figured out how to do it with solrj api. Does anyone knows if it is possible with solrj? Or is solrj just not up-to-speed with this feature? update: as I describe in the mailing list (see reply here ), I found that in the solrj api, the value of a SolrInputField can be a map - it doesn't have to be a simple scalar value. If it is a map, solrj adds an additional update attribute to the